Uses of Class
org.sormula.operation.InsertOperation

Packages that use InsertOperation
org.sormula.operation Classes that perform SQL operations such as select, update, insert, delete. 
 

Uses of InsertOperation in org.sormula.operation
 

Methods in org.sormula.operation that return InsertOperation
 InsertOperation<R> FullInsert.getInsertOperation()
          Deprecated. Gets insert operation supplied in constructor.
 

Constructors in org.sormula.operation with parameters of type InsertOperation
FullInsert(InsertOperation<R> insertOperation)
          Deprecated. Constructs for a insert operation.