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