Interface ExecutableInsertOperation.ExecutableInsert<T>
- All Superinterfaces:
ExecutableInsertOperation.InsertWithOptions<T>, ExecutableInsertOperation.InsertWithTable<T>, ExecutableInsertOperation.TerminatingInsert<T>
- Enclosing interface:
ExecutableInsertOperation
public static interface ExecutableInsertOperation.ExecutableInsert<T>
extends ExecutableInsertOperation.InsertWithTable<T>
The
ExecutableInsertOperation.ExecutableInsert interface provides methods for constructing INSERT operations in a fluent way.- Since:
- 2.1
- Author:
- Mark Paluch, John Blum
-
Method Summary
Methods inherited from interface ExecutableInsertOperation.InsertWithOptions
withOptionsMethods inherited from interface ExecutableInsertOperation.InsertWithTable
inTable, inTableMethods inherited from interface ExecutableInsertOperation.TerminatingInsert
one