Метод | Описание | |
---|---|---|
AddGroupByExpression ( |
||
AddOrderByExpression ( |
||
AddPredicateExpression ( |
||
AddTable ( Storm\Core\Relational\ITable $Table ) : void | Add a table to the criterion. | |
AddTables ( array $Tables ) : void | Add an array of tables to the criterion | |
GetGroupByExpressions ( ) : |
||
GetOrderedExpressionsAscendingMap ( ) : SplObjectStorage | ||
GetPredicateExpressions ( ) : |
||
GetRangeAmount ( ) : integer | null | ||
GetRangeOffset ( ) : integer | ||
GetTables ( ) : Storm\Core\Relational\ITable[] | ||
IsConstrained ( ) : boolean | ||
IsGrouped ( ) : boolean | ||
IsOrdered ( ) : boolean | ||
IsRanged ( ) : boolean | ||
SetRangeAmount ( type $RangeAmount ) | Set the range amount. | |
SetRangeOffset ( integer $RangeOffset ) | Set the range offset. | |
__construct ( ) |
final public AddGroupByExpression ( |
||
$Expression |
final public AddOrderByExpression ( |
||
$Expression |
final public AddPredicateExpression ( |
||
$PredicateExpression |
final public GetGroupByExpressions ( ) : |
||
Результат |
final public GetOrderedExpressionsAscendingMap ( ) : SplObjectStorage | ||
Результат | SplObjectStorage |
final public GetPredicateExpressions ( ) : |
||
Результат |
final public GetRangeAmount ( ) : integer | null | ||
Результат | integer | null |
final public GetRangeOffset ( ) : integer | ||
Результат | integer |
final public GetTables ( ) : Storm\Core\Relational\ITable[] | ||
Результат | Storm\Core\Relational\ITable[] |
final public SetRangeAmount ( type $RangeAmount ) | ||
$RangeAmount | type | Specify null to remove the limit |
final public SetRangeOffset ( integer $RangeOffset ) | ||
$RangeOffset | integer |