float|int numericAggregate(string $function, array $columns = array('*')) Execute a numeric aggregate function on the database. Parameters string $function array $columns Return Value float|int
Builder newQuery() Get a new instance of the join clause builder. Return Value Builder
mixed min(string $column) Retrieve the minimum value of a given column. Parameters string $column Return Value mixed
void mergeWheres(array $wheres, array $bindings) Merge an array of where clauses and bindings. Parameters array $wheres array $bindings Return Value void
$this mergeBindings(Builder $query) Merge an array of bindings into our bindings. Parameters Builder $query Return Value $this
mixed max(string $column) Retrieve the maximum value of a given column. Parameters string $column Return Value mixed
static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void
Builder lockForUpdate() Lock the selected rows in the table for updating. Return Value Builder
$this lock(bool $value = true) Lock the selected rows in the table. Parameters bool $value Return Value $this
$this limit(int $value) Set the "limit" value of the query. Parameters int $value Return Value $this
Page 563 of 996