ibatis调用存储过程报:无效的列类型
解决:
看一下jdbcType是否在下面的类型里
ibatis里定义的jdbcType类型是:Array, BigInt, Binary, Bit, Blob, Boolean, Char, Clob, Datalink, Date, Decimal, Double, Float, Integer, LongVarBinary, LongVarChar, Numeric, Real, Ref, SmallInt, Struct, Time, Timestamp, TinyInt, VarBinary, VarChar
我用的ibatis是2.3 jdbcType类型一定要是大写,否则还会报:无效的列类型