Builder|
$this whereRaw(string $sql, mixed $bindings = array(), string $boolean = 'and')
$this offset(int $value) Set the "offset" value of the query.
int decrement(string $column, int $amount = 1, array $extra = array()) Decrement
Grammar getGrammar()
string toSql() Get the SQL representation of the query.
$this distinct() Force the query to only return distinct results.
mixed average(string $column) Alias for the "avg" method.
Page 23 of 25