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