Subject | RE: [Firebird-Java] FW: [firebird-support] Boolean Fields |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-10-29T21:29:46Z |
> Thanks. This question started on the firebird-support list.Yes, 'Y'/'N' are values for a PreparedStatement.setBoolean(int, boolean)
> I noticed that Jaybird was storing Y/N, so I changed my BOOLEAN domain
> definition to check for Y or N.
method if underlying column is CHAR/VARCHAR (getter supports all mappings
described before). If underlying column is SMALLINT/INTEGER/BIGINT, driver
supports only 1/0 mapping.
Roman