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.