string getDatabaseName() Get the name of the connected database. Return Value string
Column getDoctrineColumn(string $table, string $column) Get a Doctrine Schema Column instance. Parameters string $table string $column Return Value Column
Connection getDoctrineConnection() Get the Doctrine DBAL database connection instance. Return Value Connection
AbstractSchemaManager getDoctrineSchemaManager() Get the Doctrine DBAL schema manager for the connection. Return Value AbstractSchemaManager
string getDriverName() Get the PDO driver name. Return Value string
Dispatcher getEventDispatcher() Get the event dispatcher used by the connection. Return Value Dispatcher
int getFetchMode() Get the default fetch mode for the connection. Return Value int
string|null getName() Get the database connection name. Return Value string|null
PDO getPdo() Get the current PDO connection. Return Value PDO
Processor getPostProcessor() Get the query post processor used by the connection. Return Value Processor
Page 9602 of 11844