ConnectionInterface connection(string $name = null)
void rollBack() Rollback the active database transaction.
array prepareBindings(array $bindings) Prepare the query bindings for execution
mixed transaction(Closure $callback, int $attempts = 1)
string getDatabaseName() Get the name of the connected database.
void setTablePrefix(string $prefix) Set the table prefix in use by the
void setDefaultConnection(string $name) Set the default connection name
array getFetchConstructorArgument() Get custom constructor arguments for
void useDefaultPostProcessor() Set the query post processor to the default
Page 22 of 43