ibatis 掉用存储过程取得多个返回值
Dao代码
?
?
out的property要和存储过程中定义的一样且大写,
?
?
The jdbcType attribute can be set to any string value that matches a constant in the
JDBC Types class.
jdbcType应该是java.sql.Types中的字段名
?
?
Java only has one Date value type
(java.util.Date), but most SQL databases usually have at least three different
types. Because of this you might want to specify explicitly that your column type is
DATE versus DATETIME.
?
?
?