Method |
Description |
|
between ( string $key, string $left, string $right ) : Select |
Converts the "normal" select into an index one. |
|
limit ( integet $limit ) : Select |
Sets the maximum amount of records retrieved whithin the current SELECT. |
|
orderBy ( string $order, boolean $append, boolean $first ) : Select |
Sets an orderBy part of the SELECT. |
|
select ( array $projections, boolean $append ) : Select |
Sets the fields to select within the query ($projections). |
|
skip ( $records ) |
Sets the number of records to skip. |
|