Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/javax/sql/
DRowSet.java1252 public void setNull(int parameterIndex, int sqlType) throws SQLException; in setNull() method
1272 public void setNull(int parameterIndex, int sqlType, String typeName) in setNull() method
1287 public void setNull(String parameterName, int sqlType) throws SQLException; in setNull() method
1305 public void setNull(String parameterName, int sqlType, String typeName) in setNull() method
/libcore/luni/src/main/java/java/sql/
DPreparedStatement.java418 public void setNull(int parameterIndex, int sqlType) throws SQLException; in setNull() method
444 public void setNull(int paramIndex, int sqlType, String typeName) in setNull() method
DCallableStatement.java1138 public void setNull(String parameterName, int sqlType) throws SQLException; in setNull() method
1163 public void setNull(String parameterName, int sqlType, String typeName) in setNull() method
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java1468 ps.setNull(1, Types.INTEGER); in testSetNull_int_int()
1481 ps.setNull(1, Types.BIGINT); in testSetNull_int_int()
1494 ps.setNull(1, Types.DECIMAL); in testSetNull_int_int()
1507 ps.setNull(1, Types.DATE); in testSetNull_int_int()
1520 ps.setNull(1, Types.BLOB); in testSetNull_int_int()
1531 ps.setNull(1, Types.CHAR); in testSetNull_int_int()
1559 ps.setNull(1, Types.DATALINK); in testSetNullIntintString()
1590 ps.setNull(1, 1, ""); in testSetNullIntintString()
1619 ps.setNull(1, 1, ""); in testSetNullIntintString()