Interface ExecutableInsertOperation.InsertWithOptions<T>

All Superinterfaces:
ExecutableInsertOperation.TerminatingInsert<T>
All Known Subinterfaces:
ExecutableInsertOperation.ExecutableInsert<T>, ExecutableInsertOperation.InsertWithTable<T>
Enclosing interface:
ExecutableInsertOperation

public static interface ExecutableInsertOperation.InsertWithOptions<T> extends ExecutableInsertOperation.TerminatingInsert<T>
Apply InsertOptions (optional).
Since:
2.1
Author:
Mark Paluch, John Blum