Field BOOLEAN
Field type: int
Member of:
java.sql.Types
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
public static final SQLType BOOLEAN = new SQLType("BOOLEAN", Types.BOOLEAN, 9);
2
mockPreparedStatement.setObject(4, Boolean.TRUE, Types.BOOLEAN);
3
mockPreparedStatement.setObject(4, Boolean.TRUE, Types.BOOLEAN);
4
case(Types.BOOLEAN) :lobReturn = new Boolean(lobjData.toString());break;
5
case(Types.BOOLEAN) :lrvClass = Boolean.class;break;
6
case Types.BOOLEAN:
7
case Types.BOOLEAN:
8
case Types.BOOLEAN :
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.