array getQueryLog() Get the connection query log. Return Value array
Grammar getQueryGrammar() Get the query grammar used by the connection. Return Value Grammar
Processor getPostProcessor() Get the query post processor used by the connection. Return Value Processor
PDO getPdo() Get the current PDO connection. Return Value PDO
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
Page 400 of 996