mixed|Builder find(int $id, array $columns = array('*'))
bool insert(array $values) Insert a new record into the database.
int increment(string $column, int $amount = 1, array $extra = array()) Increment
bool each(callable $callback, int $count = 1000) Execute a callback over
$this lock(bool $value = true) Lock the selected rows in the table.
$this setBindings(array $bindings, string $type = 'where') Set the bindings
static mixed __callStatic(string $method, array $parameters) Dynamically
mixed value(string $column) Get a single column's value from the first
Builder forNestedWhere()
int count(string $columns = '*') Retrieve the "count" result of the query
Page 1 of 25