void setDefaultConnection(string $name) Set the default connection name
void setPostProcessor(Processor $processor)
string setDatabaseName(string $database) Set the name of the connected
void useDefaultQueryGrammar() Set the query grammar to the default implementation
PDO getPdo()
bool isDeferred() Determine if the provider is deferred.
int update(string $query, array $bindings = array()) Run an update statement
bool unprepared(string $query) Run a raw, unprepared query against the
array pretend(Closure $callback)
bool statement(string $query, array $bindings = array()) Execute an SQL
Page 14 of 43