Subject | Re: [Firebird-Java] PreparedStatement, setInt() and NULL |
---|---|
Author | Roman Rokytskyy |
Post date | 2008-08-05T21:48:07Z |
>> Use either setObject(...) or setNull(...) method.Yes.
>
> 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?
Roman