Uses of Class
org.sormula.operation.UpdateOperation

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

Uses of UpdateOperation in org.sormula.operation
 

Methods in org.sormula.operation that return UpdateOperation
 UpdateOperation<R> FullUpdate.getUpdateOperation()
          Deprecated. Gets the update operation supplied in constructor.
 

Constructors in org.sormula.operation with parameters of type UpdateOperation
FullUpdate(UpdateOperation<R> updateOperation)
          Deprecated. Constructs for a update operation.