SilverStripe\ORM\Connect
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.
PDO driver database connector
A result-set from a PDO database.
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