array provides() Get the services provided by the provider.
void listen(Closure $callback)
Grammar withTablePrefix(
bool insert(string $query, array $bindings = array()) Run an insert statement
mixed transaction(Closure $callback, int $attempts = 1)
void flushQueryLog() Clear the query log.
void rollBack() Rollback the active database transaction.
array getQueryLog() Get the connection query log.
mixed selectOne(string $query, array $bindings = array()) Run a select
void reconnect() Reconnect to the database.
Page 2 of 43