| MySqlContext | MySQL module |
| PostgresContext | PostgreSQL module |
| SqlDatabase | Base class, acts as a common interface for all SQL database types |
| SqlDatabaseBadStatementException | Thrown when the SQL statement failed because of syntax errors, etc |
| SqlDatabaseIncompleteSqlException | |
| SqlDatabaseOpenException | Thrown when the database connection fails to open |
| SqlDatabaseUnknownException | Exceptions that fits no other category |
| Sqlite2Context | SQLite2 module |
| Sqlite3Context | SQLite3 module |
| SqlQuery | Class to send queries and retrieve results to and from a database |
| SqlResult | Get access to the results returned from a query, if any |
| SqlRow | A row in the result set. Note: You shouldn't use this class directly, but instead program against the SqlResult interface |
1.5.0