Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DTypes.java227 public final static int BLOB = 2004; field in Types
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java1518 ps.setNull(1, Types.BLOB); in testSetNull_int_int()
1801 ps.setObject(1, "", Types.BLOB); in testSetObject_int_Object_int()
1895 ps.setObject(1, "", Types.BLOB, 0); in testSetObject_int_Object_int_int()
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java1184 Types.BLOB, Types.BOOLEAN, Types.CHAR, Types.CLOB, in test_getTypeInfo()