Field BIT
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 BIT = new SQLType("BIT", Types.BIT, 8);
2
checkIndex (parameterIndex, Types.BIT, "Boolean");
3
if (sqlType == Types.BIT)
4
Object o = getColumnInType(columnIndex, Types.BIT);
5
setType("BIT", Types.BIT);
6
,{"BIT", new Integer(java.sql.Types.BIT) }
7
case Types.BIT:
8
case java.sql.Types.BIT: typestr = "BIT"; break; // NOI18N
9
case(Types.BIT) :lrvClass = Object.class;break;
10
case Types.BIT :
11
case java.sql.Types.BIT:
12
case Types.BIT:
13
case Types.BIT:
14
case Types.BIT:
15
case Types.BIT :
16
if (jdbctype == Types.BIT)
17
case Types.BIT:
18
case Types.BIT:
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.