mixed average(string $column) Alias for the "avg" method.
$this whereIn(string $column, mixed $values, string $boolean = 'and', bool $not = false)
$this setTablePrefix(string $prefix) Set the grammar's table prefix.
string compileInsert(Builder $query, array $values)
string compileDelete(Builder $query)
string compileExists(Builder $query)
Builder|
float|int numericAggregate(string $function, array $columns = array('*'))
mixed aggregate(string $function, array $columns = array('*')) Execute
Page 20 of 39