Monday, January 19, 2009

9.3.4 BOOLEAN

The JDBC type BOOLEAN, which is new in the JDBC 3.0 API, maps to a boolean in the Java programming language. It provides a representation of true and false, and therefore is a better match than the JDBC type BIT, which is either 1 or 0.

0 Comments: