def set(value: T, pp: PreparedStatement, offset: Int): Unit
Writes converted value.
Writes converted value.
Attributes
offset
The number of PreparedStatement parameters to skip.
In a single-row operation (ex. insert into tbl values (?, ?, ?)), it should be 0.
In a bulk insert operation, it should be ''C'' × ''R'', where ''C'' is the number of columns
and ''R'' is the number of rows that have already been set.