Sets this value on given statement at specified index.
Sets this value on given statement at specified index.
SQL Statement
Parameter index
Writes placeholder(s) in java.sql.PreparedStatement syntax (with '?') for this parameter in initial statement (with % placeholder).
Writes placeholder(s) in java.sql.PreparedStatement syntax (with '?') for this parameter in initial statement (with % placeholder).
SQL statement (with %s placeholders)
Position offset for this parameter
Update statement with '?' placeholder(s) for parameter, with offset for next parameter
Prepared parameter value.