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

Sets SQL NULL.

import klyn.databases.sql

prepared.setNull(1, Types.VARCHAR)
Throws
  • SQLException if the statement is closed, a parameter index is invalid, SQL rendering fails, or execution reports a database error.