Searched defs:setNull (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/main/java/javax/sql/ |
D | RowSet.java | 1252 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/ |
D | PreparedStatement.java | 418 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
|
D | CallableStatement.java | 1139 public void setNull(String parameterName, int sqlType) throws SQLException; in setNull() method 1164 public void setNull(String parameterName, int sqlType, String typeName) in setNull() method
|
/libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/ |
D | Impl_RowSet.java | 181 public void setNull(int parameterIndex, int sqlType, String typeName) in setNull() method in Impl_RowSet 185 public void setNull(int parameterIndex, int sqlType) throws SQLException { in setNull() method in Impl_RowSet 1188 public void setNull(String parameterName, int sqlType) throws SQLException { in setNull() method in Impl_RowSet 1192 public void setNull(String parameterName, int sqlType, String typeName) in setNull() method in Impl_RowSet
|