| Interface | Description |
|---|---|
| ISqlJetBusyHandler |
Busy handler interface.
|
| ISqlJetCursor |
This class represents table cursor that may be used to browse over records in
the table, to modify or delete existing records.
|
| ISqlJetOptions |
Database options.
|
| ISqlJetRunnableWithLock |
Interface for actions (closures) which will be performed atomically with
locking of database mutex.
|
| ISqlJetTable |
Interface which represents database table.
|
| ISqlJetTransaction |
Interface for actions (closures) which will be performed atomically within
transaction.
|
| Class | Description |
|---|---|
| SqlJetDb |
Connection to database.
|
| SqlJetDefaultBusyHandler |
Implementation of SQLJet busy handlers.
|
| SqlJetScope |
Objects of these class describes bounded scope.
|
| SqlJetScope.SqlJetScopeBound | |
| SqlJetTimeoutBusyHandler |
SQLJet's API for access to data tables.