and_where()
and_where_close()
and_where_open()
limit()
or_where()
or_where_close()
or_where_open()
order_by()
where()
where_close()
where_open()
$_limit
$_order_by
$_where
and_where(mixed $column, string $op, mixed $value) : \Fuel\Core\Database_Query_Builder_Where
| fluent | This method is part of a fluent interface and will return the same instance | 
|---|
mixedcolumn name or array($column, $alias) or object
stringlogic operator
mixedcolumn value
and_where_close() : \Fuel\Core\Database_Query_Builder_Where
..)" grouping.
| fluent | This method is part of a fluent interface and will return the same instance | 
|---|
and_where_open() : \Fuel\Core\Database_Query_Builder_Where
..)" grouping.
| fluent | This method is part of a fluent interface and will return the same instance | 
|---|
limit(integer $number) : \Fuel\Core\Database_Query_Builder_Where
.." results
| fluent | This method is part of a fluent interface and will return the same instance | 
|---|
integermaximum results to return
or_where(mixed $column, string $op, mixed $value) : \Fuel\Core\Database_Query_Builder_Where
| fluent | This method is part of a fluent interface and will return the same instance | 
|---|
mixedcolumn name or array($column, $alias) or object
stringlogic operator
mixedcolumn value
or_where_close() : \Fuel\Core\Database_Query_Builder_Where
..)" grouping.
| fluent | This method is part of a fluent interface and will return the same instance | 
|---|
or_where_open() : \Fuel\Core\Database_Query_Builder_Where
..)" grouping.
| fluent | This method is part of a fluent interface and will return the same instance | 
|---|
order_by(mixed $column, string $direction) : \Fuel\Core\Database_Query_Builder_Where
.."
| fluent | This method is part of a fluent interface and will return the same instance | 
|---|
mixedcolumn name or array($column, $alias) or object
stringdirection of sorting
where() : \Fuel\Core\Database_Query_Builder_Where
| fluent | This method is part of a fluent interface and will return the same instance | 
|---|
where_close() : \Fuel\Core\Database_Query_Builder_Where
..)" grouping.
| fluent | This method is part of a fluent interface and will return the same instance | 
|---|
where_open() : \Fuel\Core\Database_Query_Builder_Where
| fluent | This method is part of a fluent interface and will return the same instance | 
|---|
$_limit : integer
$_order_by : array
$_where : array