mixed aggregate(string $function, array $columns = array('*')) Execute
Builder|
Builder sharedLock()
mixed min(string $column) Retrieve the minimum value of a given column
$this groupBy(array $groups) Add a "group by" clause to the query.
$this whereExists(Closure $callback, string $boolean = 'and', bool $not = false)
void truncate() Run a truncate statement on the table.
Page 19 of 39