Interface Summary |
Call |
Super interface of Function and Procedure. |
CallResult |
Results of procedure calls (in Oracle also of function calls). |
DataAccess |
Super interface for all types of data access such as Insert, Update, Delete, Select
and Call (Function, Procedure). |
Delete |
Interface for the deletion of objects. |
Function |
Interface for function calls. |
Insert |
Interface for inserting objects: with Insert you insert of one or more rows into a database table. |
Procedure |
Interface for procedure calls. |
Result |
A result is returned by execution of a select object. |
Select |
Interface for selecting objects: with Select you define and execute sql selects. |
Transaction |
A transaction is similar to a database session. |
Update |
Interface for updating objects: with Update you can update one or more rows in database. |