Subject | Re: [Firebird-Java] PrepareStatement setObject() parameters |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-11-22T15:36:39Z |
> Does Jaybird have any problem if the parameter ofIt has no problems - you will get an exception (TypeConversionException)
> PrepareStatement.setObject() is a Character class?
> I can't find anything in the JDBC spec that says this is a problem,java.lang.Char has no corresponding mapping in JDBC data types. If you wish
> but since there is no setCharacter() or getCharacter() method I
> didn't know if other dodgy driver implementations might have a
> problem.
to support this mapping, you have to invent your own mapping.
Roman