klyn.databases.sql.odbc.OdbcPreparedStatement.setNull
method
public setNull(index as Int, sqlType as Int = Types.NULL) as PreparedStatement throws SQLException:
Description

Sets one parameter to SQL NULL.

Throws
  • SQLException if the statement is closed, the parameter index is invalid, or ODBC binding fails.