void blueprintResolver(Closure $resolver) Set the Schema Blueprint resolver callback. Parameters Closure $resolver Return Value void
mixed avg(string $column) Retrieve the average of the values of a given column. Parameters string $column Return Value mixed
Builder|Builder applyScopes() Apply the scopes to the Eloquent builder instance and return it. Return Value Builder|Builder
mixed average(string $column) Alias for the "avg" method. Parameters string $column Return Value mixed
$this addWhereExistsQuery(Builder $query, string $boolean = 'and', bool $not = false) Add an exists clause to the query. Parameters Builder $query string $boolean bool $not Return Value $this
mixed aggregate(string $function, array $columns = array('*')) Execute an aggregate function on the database. Parameters string $function array $columns Return Value mixed
$this addSelect(array|mixed $column) Add a new select column to the query. Parameters array|mixed $column Return Value $this
$this addNestedWhereQuery(Builder|Builder $query, string $boolean = 'and') Add another query builder as a nested where to the query builder. Parameters Builder|Builder $query string $boolean Return Value $this
$this addBinding(mixed $value, string $type = 'where') Add a binding to the query. Parameters mixed $value string $type Return Value $this Exceptions InvalidArgumentException
Builder class Builder (View source) Traits Macroable
Page 907 of 996