string|null getName() Get the database connection name. Return Value string|null
int getFetchMode() Get the default fetch mode for the connection. Return Value int
array getFetchConstructorArgument() Get custom constructor arguments for the PDO::FETCH_CLASS fetch mode. Return Value array
mixed getFetchArgument() Get the fetch argument to be applied when selecting. Return Value mixed
Dispatcher getEventDispatcher() Get the event dispatcher used by the connection. Return Value Dispatcher
string getDriverName() Get the PDO driver name. Return Value string
AbstractSchemaManager getDoctrineSchemaManager() Get the Doctrine DBAL schema manager for the connection. Return Value AbstractSchemaManager
Connection getDoctrineConnection() Get the Doctrine DBAL database connection instance. Return Value Connection
Column getDoctrineColumn(string $table, string $column) Get a Doctrine Schema Column instance. Parameters string $table string $column Return Value Column
string getDatabaseName() Get the name of the connected database. Return Value string
Page 137 of 996