Subject Re: [Firebird-Java] PreparedStatement, setInt() and NULL
Author Roman Rokytskyy
>> Use either setObject(...) or setNull(...) method.
>
> Does this also work the other way round? e.g. use rst.getObject(1) on an
> INTEGER columns, to retrieve it's SQL-NULL value as java-null, and not
> 0?

Yes.

Roman