void disconnect() Disconnect from the underlying PDO connection.
bool statement(string $query, array $bindings = array()) Execute an SQL
void listen(Closure $callback)
void useDefaultPostProcessor() Set the query post processor to the default
Connection getDoctrineConnection() Get the Doctrine DBAL database connection
Column getDoctrineColumn(string $table, string $column) Get a Doctrine
Expression raw(mixed $value)
int update(string $query, array $bindings = array()) Run an update statement
void commit() Commit the active database transaction.
Page 31 of 43