|
iBATIS
»
iBATIS - User - Java
Oracle CHAR(1) mapping as Input
View:
Threaded
Chronologically
All Messages
New views
1 Messages —
Rating Filter:
0
1
2
3
4
5
Alert me
Oracle CHAR(1) mapping as Input
by Vaas
:: Rate this Message:
Reply to Author
|
View Threaded
|
Show Only this Message
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.
Free embeddable forum
powered by
Nabble
Forum Help