| Interface | Description |
|---|---|
| DBConnection |
Connection to the "database" (whatever is the type or whether it is linked to a true DBMS connection).
|
| Class | Description |
|---|---|
| JDBCConnection |
This
DBConnection implementation is theoretically able to deal with any DBMS JDBC connection. |
| Exception | Description |
|---|---|
| DBCancelledException |
Exception thrown when a processing of a
DBConnection is cancelled. |
| DBException |
This kind of exception is thrown by instances of
DBConnection
if an error occurs while a DB operation (interrogation, update, transaction management). |