public interface BatchInsertStatement extends Statement
| Modifier and Type | Method and Description |
|---|---|
void |
addBatch() |
List<? extends QueryResult> |
batchInsert()
Run the batch insert query.
|
List<InsertResultWithGeneratedKey> |
batchInsertGetGeneratedKeys(String primaryKeyName)
Run the batch insert query and return the generated ids, if current driver supports it.
|
clearSql, clearSql, getSql, setBoolean, setDate, setDouble, setFloat, setInInteger, setInLong, setInstant, setInString, setInStringFromEnumNames, setInteger, setLong, setString, sqlList<? extends QueryResult> batchInsert()
List<InsertResultWithGeneratedKey> batchInsertGetGeneratedKeys(String primaryKeyName)
void addBatch()
Copyright © 2018. All rights reserved.