public interface InsertStatement extends Statement<InsertStatement,InsertResult>
Statement.LockContention| Modifier and Type | Method and Description |
|---|---|
InsertStatement |
values(java.util.List<java.lang.Object> values)
Add a row (sequence of values) to this statement.
|
default InsertStatement |
values(java.lang.Object... values)
Add a row (sequence of values) to this statement.
|
bind, bind, bind, bind, clearBindings, execute, executeAsyncInsertStatement values(java.util.List<java.lang.Object> values)
values - list of values to insertInsertStatementdefault InsertStatement values(java.lang.Object... values)
values - one or more values to insertInsertStatement