Home
last modified time | relevance | path

Searched refs:setNull (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java456 void setNull(int parameterIndex, int sqlType) throws SQLException; in setNull() method
471 void setNull(String parameterName, int sqlType) throws SQLException; in setNull() method
501 void setNull (int paramIndex, int sqlType, String typeName) in setNull() method
536 void setNull (String parameterName, int sqlType, String typeName) in setNull() method
/libcore/ojluni/src/main/java/java/sql/
DPreparedStatement.java116 void setNull(int parameterIndex, int sqlType) throws SQLException; in setNull() method
720 void setNull (int parameterIndex, int sqlType, String typeName) in setNull() method
DCallableStatement.java797 void setNull(String parameterName, int sqlType) throws SQLException; in setNull() method
1332 void setNull (String parameterName, int sqlType, String typeName) in setNull() method
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java1466 ps.setNull(1, Types.INTEGER); in testSetNull_int_int()
1479 ps.setNull(1, Types.BIGINT); in testSetNull_int_int()
1492 ps.setNull(1, Types.DECIMAL); in testSetNull_int_int()
1505 ps.setNull(1, Types.DATE); in testSetNull_int_int()
1518 ps.setNull(1, Types.BLOB); in testSetNull_int_int()
1529 ps.setNull(1, Types.CHAR); in testSetNull_int_int()
1557 ps.setNull(1, Types.DATALINK); in testSetNullIntintString()
1588 ps.setNull(1, 1, ""); in testSetNullIntintString()
1617 ps.setNull(1, 1, ""); in testSetNullIntintString()