string compileSelect(Builder $query)
Builder|
$this having(string $column, string $operator = null, string $value = null, string $boolean = 'and')
$this join(string $table, string $one, string $operator = null, string $two = null, string $type = 'inner', bool $where = false)
$this addWhereExistsQuery(Builder $query, string $boolean =
mixed average(string $column) Alias for the "avg" method.
Generator cursor()
$this limit(int $value) Set the "limit" value of the query.
Page 18 of 39