int getFetchMode() Get the default fetch mode for the connection. Return Value int
Processor getPostProcessor() Get the query post processor used by the connection. Return Value Processor
PDO getPdo() Get the current PDO connection. Return Value PDO
mixed getFetchArgument() Get the fetch argument to be applied when selecting. Return Value mixed
string getDriverName() Get the PDO driver name. Return Value string
Dispatcher getEventDispatcher() Get the event dispatcher used by the connection. Return Value Dispatcher
array getFetchConstructorArgument() Get custom constructor arguments for the PDO::FETCH_CLASS fetch mode. Return Value array
Column getDoctrineColumn(string $table, string $column) Get a Doctrine Schema Column instance. Parameters string $table string $column Return Value Column
AbstractSchemaManager getDoctrineSchemaManager() Get the Doctrine DBAL schema manager for the connection. Return Value AbstractSchemaManager
mixed getConfig(string $option) Get an option from the configuration options. Parameters string $option Return Value mixed
Page 810 of 996