JoinClause::aggregate()

mixed aggregate(string $function, array $columns = array('*')) Execute an aggregate function on the database. Parameters string $function array $columns Return Value mixed

JoinClause::addWhereExistsQuery()

$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

JoinClause::addSelect()

$this addSelect(array|mixed $column) Add a new select column to the query. Parameters array|mixed $column Return Value $this

JoinClause::addNestedWhereQuery()

$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

JoinClause::addBinding()

$this addBinding(mixed $value, string $type = 'where') Add a binding to the query. Parameters mixed $value string $type Return Value $this Exceptions InvalidArgumentException

JoinClause

JoinClause class JoinClause extends Builder (View source) Traits Macroable

JobProcessing::__construct()

void __construct(string $connectionName, Job $job) Create a new event instance. Parameters string $connectionName Job $job Return Value void

JobProcessing

JobProcessing class JobProcessing (View source) Properties string $connectionName The connection name. Job $job The job instance.

JobProcessed::__construct()

void __construct(string $connectionName, Job $job) Create a new event instance. Parameters string $connectionName Job $job Return Value void

JobProcessed

JobProcessed class JobProcessed (View source) Properties string $connectionName The connection name. Job $job The job instance.