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

/libcore/ojluni/src/main/java/java/sql/
H A DPreparedStatement.java116 void setNull(int parameterIndex, int sqlType) throws SQLException; method in interface:PreparedStatement
438 * the backend. For maximum portability, the <code>setNull</code> or the
683 * This version of the method <code>setNull</code> should
718 void setNull (int parameterIndex, int sqlType, String typeName) method in interface:PreparedStatement
H A DCallableStatement.java796 void setNull(String parameterName, int sqlType) throws SQLException; method in interface:CallableStatement
1178 * the backend. For maximum portability, the <code>setNull</code> or the
1302 * This version of the method <code>setNull</code> should
1331 void setNull (String parameterName, int sqlType, String typeName) method in interface:CallableStatement
/libcore/ojluni/src/main/java/javax/sql/
H A DRowSet.java456 void setNull(int parameterIndex, int sqlType) throws SQLException; method in interface:RowSet
471 void setNull(String parameterName, int sqlType) throws SQLException; method in interface:RowSet
475 * command to SQL <code>NULL</code>. This version of the method <code>setNull</code>
501 void setNull (int paramIndex, int sqlType, String typeName) method in interface:RowSet
506 * This version of the method <code>setNull</code> should
536 void setNull (String parameterName, int sqlType, String typeName) method in interface:RowSet
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldPreparedStatementTest.java1466 ps.setNull(1, Types.INTEGER);
1479 ps.setNull(1, Types.BIGINT);
1492 ps.setNull(1, Types.DECIMAL);
1505 ps.setNull(1, Types.DATE);
1518 ps.setNull(1, Types.BLOB);
1529 ps.setNull(1, Types.CHAR);
1557 ps.setNull(1, Types.DATALINK);
1588 ps.setNull(1, 1, "");
1617 ps.setNull(1, 1, "");

Completed in 66 milliseconds