Interface ExecutableInsertOperation.TerminatingInsert<T>

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

public static interface ExecutableInsertOperation.TerminatingInsert<T>
Trigger INSERT execution by calling one of the terminating methods.
  • Method Summary

    Modifier and Type
    Method
    Description
    one(T object)
    Insert exactly one Object.