Doctrine


Namespace Doctrine\DBAL

Class Summary
ConfigurationConfiguration container for the Doctrine DBAL.
ConnectionA wrapper around a Doctrine\DBAL\Driver\Connection that adds features like events, transaction isolation levels, configuration, emulated transaction nesting, lazy connecting and more.
ConnectionExceptionDoctrine\DBAL\ConnectionException
DriverManagerFactory for creating Doctrine\DBAL\Connection instances.
EventsContainer for all DBAL events.
StatementA thin wrapper around a Doctrine\DBAL\Driver\Statement that adds support for logging, DBAL mapping types, etc.
Interface Summary
DriverDriver interface.
Exception Summary
DBALException

Doctrine