Connection getDoctrineConnection() Get the Doctrine DBAL database connection instance. Return Value Connection
string getDatabaseName() Get the name of the connected database. Return Value string
int delete(string $query, array $bindings = array()) Run a delete statement against the database. Parameters string $query array $bindings Return Value int
void disconnect() Disconnect from the underlying PDO connection. Return Value void
void enableQueryLog() Enable the query log on the connection. Return Value void
void flushQueryLog() Clear the query log. Return Value void
void disableQueryLog() Disable the query log on the connection. Return Value void
void commit() Commit the active database transaction. Return Value void
void beginTransaction() Start a new database transaction. Return Value void Exceptions Exception
cursor($query, $bindings = array(), $useReadPdo = true) Parameters $query $bindings $useReadPdo
Page 811 of 996