mixed aggregate(string $function, array $columns = array('*')) Execute an aggregate function on the database. Parameters string $function array $columns 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
$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
JoinClause class JoinClause extends Builder (View source) Traits Macroable
void __construct(string $connectionName, Job $job) Create a new event instance. Parameters string $connectionName Job $job Return Value void
JobProcessing class JobProcessing (View source) Properties string $connectionName The connection name. Job $job The job instance.
JobProcessed class JobProcessed (View source) Properties string $connectionName The connection name. Job $job The job instance.
Page 568 of 996