Class Summary |
Configuration | Configuration container for the Doctrine DBAL. |
Connection | A wrapper around a Doctrine\DBAL\Driver\Connection that adds features like
events, transaction isolation levels, configuration, emulated transaction nesting,
lazy connecting and more. |
ConnectionException | Doctrine\DBAL\ConnectionException |
DriverManager | Factory for creating Doctrine\DBAL\Connection instances. |
Events | Container for all DBAL events.
|
Statement | A thin wrapper around a Doctrine\DBAL\Driver\Statement that adds support
for logging, DBAL mapping types, etc. |