| 
Class Summary | 
| CompositeOperation | 
A composite operation or, in other words, an operation which consists in executing a sequence of other operations. | 
| DeleteAll | 
An operation which deletes everything from a given database table. | 
| Insert | 
Operation which inserts one or several rows into a table. | 
| Insert.Builder | 
A builder used to create an Insert operation. | 
| SqlOperation | 
An operation which simply executes a SQL statement (using Statement.executeUpdate(String)). | 
| Truncate | 
An operation which deletes everything from a given database table using a TRUNCATE statement., which is sometimes
 faster that using a DELETE statement. |