Builder|
$this limit(int $value) Set the "limit" value of the query.
void truncate() Run a truncate statement on the table.
mixed average(string $column) Alias for the "avg" method.
$this groupBy(array $groups) Add a "group by" clause to the query.
mixed max(string $column) Retrieve the maximum value of a given column
void __construct(Builder $parentQuery, string $type, string
$this lock(bool $value = true) Lock the selected rows in the table.
Page 12 of 25