Subject Re: [Firebird-Java] Re: How2 save javaobject in Firebird ?
Author Roman Rokytskyy
> And can you show example of using setObject() method ?

As you wrote, but it accepts only that classes that are specified in JDBC
specification:

java.lang.Integer -> INTEGER
java.lang.String -> CHAR or VARCHAR

and so on.

Roman