Home
last modified time | relevance | path

Searched refs:BIGINT (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DTypes.java69 public final static int BIGINT = -5; 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()
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java1479 ps.setNull(1, Types.BIGINT); in testSetNull_int_int()