Searched refs:setNull (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/java/javax/sql/ |
D | RowSet.java | 456 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/ |
D | PreparedStatement.java | 116 void setNull(int parameterIndex, int sqlType) throws SQLException; in setNull() method 720 void setNull (int parameterIndex, int sqlType, String typeName) in setNull() method
|
D | CallableStatement.java | 797 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/ |
D | OldPreparedStatementTest.java | 1466 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()
|