Returns the maximum column index that has been set.
Sets a boolean parameter at the specified index in the prepared statement.
The index of the parameter to set, starting from 1.
The boolean value to set for the parameter.
Sets a double parameter at the specified index in the prepared statement.
The index of the parameter to set, starting from 1.
The double value to set for the parameter.
Sets a int parameter at the specified index in the prepared statement.
The index of the parameter to set, starting from 1.
The long value to set for the parameter.
Sets a long parameter at the specified index in the prepared statement.
The index of the parameter to set, starting from 1.
The long value to set for the parameter.
Sets a null parameter at the specified index in the prepared statement.
The index of the parameter to set, starting from 1.
Sets a String parameter at the specified index in the prepared statement.
The index of the parameter to set, starting from 1.
The type of the PGobject to set. For example, 'jsonb' or 'json'.
The String value to set for the parameter.
Sets a String parameter at the specified index in the prepared statement.
The index of the parameter to set, starting from 1.
The String value to set for the parameter.
Sets a Date parameter at the specified index in the prepared statement.
The index of the parameter to set, starting from 1.
The Date value to set for the parameter.
Handle ? in advanced options Queries.
Example