$this havingRaw(string $sql, array $bindings = array(), string $boolean = 'and') Add a raw having clause to the query. Parameters string $sql array $bindings string $boolean Return Value $this
$this having(string $column, string $operator = null, string $value = null, string $boolean = 'and') Add a "having" clause to the query. Parameters string $column string $operator string $value string $boolean Return Value $this
static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool
$this groupBy(array $groups) Add a "group by" clause to the query. Parameters array $groups Return Value $this
array getRawBindings() Get the raw array of bindings. Return Value array
Processor getProcessor() Get the database query processor instance. Return Value Processor
Grammar getGrammar() Get the query grammar instance. Return Value Grammar
int getCountForPagination(array $columns = array('*')) Get the count of the total records for the paginator. Parameters array $columns Return Value int
ConnectionInterface getConnection() Get the database connection instance. Return Value ConnectionInterface
array getBindings() Get the current query value bindings in a flattened array. Return Value array
Page 565 of 996