string getDriverName() Get the PDO driver name. Return Value string
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
Dispatcher getEventDispatcher() Get the event dispatcher used by the connection. Return Value Dispatcher
AbstractSchemaManager getDoctrineSchemaManager() Get the Doctrine DBAL schema manager for the connection. Return Value AbstractSchemaManager
string getDatabaseName() Get the name of the connected database. Return Value string
void enableQueryLog() Enable the query log on the connection. Return Value void
mixed getConfig(string $option) Get an option from the configuration options. Parameters string $option Return Value mixed
void flushQueryLog() Clear the query log. Return Value void
int delete(string $query, array $bindings = array()) Run a delete statement against the database. Parameters string $query array $bindings Return Value int
Page 150 of 996