Builder|
Builder newQuery()
Collection get(array $columns = array('*'))
$this whereIn(string $column, mixed $values, string $boolean = 'and', bool $not = false)
$this join(string $table, string $one, string $operator = null, string $two = null, string $type = 'inner', bool $where = false)
$this orderByRaw(string $sql, array $bindings = array()) Add a raw "order
$this addBinding(mixed $value, string $type = 'where') Add a binding to
Page 26 of 39