You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Vaas <sr...@yahoo.ca> on 2009/06/27 12:35:17 UTC

Oracle CHAR(1) mapping as Input

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-unsubscribe@ibatis.apache.org
For additional commands, e-mail: user-java-help@ibatis.apache.org