| | Class | Description |
| | SQLConnection |
A SQLConnection instance is used to manage the creation of and connection to local SQL database files (local databases). |
| | SQLMode |
This class contains the constants that represent the possible values for the openMode parameter of the SQLConnection.open() and SQLConnection.openAsync() methods. |
| | SQLResult |
The SQLResult class provides access to data returned in response to the execution of a SQL statement (a SQLStatement instance). |
| | SQLStatement |
A SQLStatement instance is used to execute a SQL statement against a local SQL database that is open through a SQLConnection instance. |
| | SQLTransactionLockType |
This class contains the constants that represent the possible values for the option parameter of the SQLConnection.begin() method. |