Hello,

Friends, I am having difficulty in mapping a column - CHAR(1) which I need
as input for a stored procedure.

I have tried various combinations. 
jdbcType = CHAR, Javatype= java.lang.Character - Throws null pointer
exception.

jdbcType = CHAR, Javatype= java.lang.String - Does not work 
jdbcType = VARCHAR, Javatype= java.lang.String - Does not work 

Any help is highly appreciated.

Thanks in advance.
-- 
View this message in context: 
http://www.nabble.com/Oracle-CHAR%281%29-mapping-as-Input-tp24232098p24232098.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org

Reply via email to