Names of parameter expected for each parameter map
Named parameters
SQL query
Adds a parameter map, created by zipping values with query placeholders (SqlQuery.paramsInitialOrder).
Adds a parameter map, created by zipping values with query placeholders (SqlQuery.paramsInitialOrder). If parameter is used for more than one placeholder, it will result in a parameter map with smaller size than given arguments (as duplicate entry are removed from map).
Adds a parameter maps, created by zipping values with query placeholders (SqlQuery.paramsInitialOrder).
Adds a parameter maps, created by zipping values with query placeholders (SqlQuery.paramsInitialOrder). If parameter is used for more than one placeholder, it will result in parameter maps with smaller size than given arguments (as duplicate entry are removed from map).
Returns this query with the fetch suze updated to the row count
.
Returns this query with the fetch suze updated to the row count
.
Returns this query with the timeout updated to seconds
delay.
Returns this query with the timeout updated to seconds
delay.
SQL batch