Define a SQL update
or delete
statement
with parameters indicated by ?
placeholders.
no subtypes hierarchy
Initializer |
Update(String sql) |
Methods | |
execute | Source Codeshared Integer execute(Object* arguments) Execute this statement with the given |
executeBatch | Source Codeshared Integer[] executeBatch({Object[]*} batchArguments, Integer maxBatchSize = ...) Execute this statement multiple times, as a batch update, once for each given sequence of arguments, returning a sequence containing the numbers of rows affected by each update in the batch. Parameters:
|
Inherited Methods |
Methods inherited from: Object |