Doctrine\DBAL
Namespaces
Doctrine\DBAL\CacheDoctrine\DBAL\ConnectionsDoctrine\DBAL\DriverDoctrine\DBAL\EventDoctrine\DBAL\ExceptionDoctrine\DBAL\IdDoctrine\DBAL\LoggingDoctrine\DBAL\PlatformsDoctrine\DBAL\PortabilityDoctrine\DBAL\QueryDoctrine\DBAL\SchemaDoctrine\DBAL\ShardingDoctrine\DBAL\ToolsDoctrine\DBAL\Types
Classes
Contains portable column case conversions.
Configuration container for the Doctrine DBAL.
A wrapper around a Doctrine\DBAL\Driver\Connection that adds features like
events, transaction isolation levels, configuration, emulated transaction nesting,
lazy connecting and more.
Factory for creating Doctrine\DBAL\Connection instances.
Container for all DBAL events.
Contains statement fetch modes.
Contains all DBAL LockModes.
Contains statement parameter types.
Utility class that parses sql statements with regard to types and parameters.
Doctrine\DBAL\ConnectionException
A thin wrapper around a Doctrine\DBAL\Driver\Statement that adds support
for logging, DBAL mapping types, etc.
Interfaces
Driver interface.
Contract for a driver that is able to create platform instances by version.