Home
last modified time | relevance | path

Searched defs:setNull (Results 1 – 3 of 3) 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