Classes

Represents an object responsible for wrapping DB connector api

Builds a SQL query string from a SQLExpression object

Represents and handles all schema management for a database

Abstract database connectivity class.

MySQL connector class.

A result-set from a MySQL database (using MySQLiConnector) Note that this class is only used for the results of non-prepared statements

Builds a SQL query string from a SQLExpression object

Represents schema management object for MySQL

Provides a record-view for mysqli prepared statements

TransactionManager that executes MySQL-compatible transaction control queries

Connector for MySQL using the MySQLi method

TransactionManager decorator that adds virtual nesting support.

PDOConnector deprecated

PDO driver database connector

PDOQuery deprecated

A result-set from a PDO database.

PDOStatementHandle deprecated

A handle to a PDOStatement, with cached column metadata, and type conversion

Abstract query-result class. A query result provides an iterator that returns a map for each record of a query result.

Interfaces

Represents an object that is capable of controlling transactions.

Exceptions

Error class for database exceptions