Home | History | Annotate | Download | only in sql

Lines Matching defs:setNull

456   void setNull(int parameterIndex, int sqlType) throws SQLException;
471 void setNull(String parameterName, int sqlType) throws SQLException;
475 * command to SQL <code>NULL</code>. This version of the method <code>setNull</code>
501 void setNull (int paramIndex, int sqlType, String typeName)
506 * This version of the method <code>setNull</code> should
536 void setNull (String parameterName, int sqlType, String typeName)