Subject | setObject on prepared statement |
---|---|
Author | Nikolay Ivanchev |
Post date | 2003-09-15T15:35:10Z |
When I create an preparedStatement
and I want to setObject (Object X)
why JayBird is trying to guess what is the type of
the Object
I saw a long case with many guesses as Integer,
String, etc.
I want ot to serialize the Object.
I am writing to binary LOB column?
How to switch the guess off?