Subject | Re: FBResultSet.getBoolean |
---|---|
Author | rrokytskyy |
Post date | 2002-02-11T11:42:52Z |
> Anyway, in the third case, would it be possible to implement a moreIt is quite ok, if the column containing the data can be casted to
> general 'boolean checking' such as
> bool b = "YyTt1Oo".indexOf(value.charAt(0))!=-1; ?
CHAR(1). What do we do with other (for example, CHAR(5)
containing 'true' and 'false')? And how to specify the backward
conversion in PreparedStatement.setBoolean(...) if the column in CHAR
(5)?
I'm really interested in your opinion.
Best regards,
Roman Rokytskyy