int update(string $query, array $bindings = array()) Run an update statement
Processor getPostProcessor()
bool statement(string $query, array $bindings = array()) Execute an SQL
bool unprepared(string $query) Run a raw, unprepared query against the
Builder table(string $table)
Connection getDoctrineConnection() Get the Doctrine DBAL database connection
array select(string $query, array $bindings = array(), bool $useReadPdo = true)
void extend(string $name, callable $resolver) Register an extension connection
mixed __call(string $method, array $parameters) Dynamically handle missing
mixed transaction(Closure $callback)
Page 5 of 43