Package | Description |
---|---|
org.sormula.operation |
Classes that perform SQL operations such as select, update, insert, delete.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteOperation<R>
SQL delete operation for row of type R.
|
class |
InsertOperation<R>
SQL insert operation for row of type R.
|
class |
SaveOperation<R>
SQL update or insert operation for row of type R.
|
class |
UpdateOperation<R>
SQL update operation for row of type R.
|