Home
last modified time | relevance | path

Searched refs:BIT (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DTypes.java41 public final static int BIT = -7; field in Types
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java1183 int[] types = { Types.ARRAY, Types.BIGINT, Types.BINARY, Types.BIT, in test_getTypeInfo()