int delete(mixed $id = null) Delete a record from the database.
Generator cursor()
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
string implode(string $column, string $glue = '') Concatenate values of
Page 1 of 25