Method | Description | |
---|---|---|
All ( ) | ||
AndCondition ( ) | ||
Average ( $objNode, $strAttributeName ) | ||
Between ( QQNode $objQueryNode, $strMinValue, $strMaxValue ) | ||
Clause ( ) | ||
Count ( $objNode, $strAttributeName ) | ||
CustomFrom ( $strTableName, $strTableAlias ) | ||
CustomJoin ( $strTableName, $strTableAlias, $strJoinConditionSql ) | ||
CustomNode ( $strSql ) | ||
Distinct ( ) | ||
Equal ( QQNode $objQueryNode, $mixValue ) | ||
Expand ( $objNode, QQCondition $objJoinCondition = null ) | ||
ExpandAsArray ( $objNode ) | ||
GreaterOrEqual ( QQNode $objQueryNode, $mixValue ) | ||
GreaterThan ( QQNode $objQueryNode, $mixValue ) | ||
GroupBy ( ) | ||
In ( QQNode $objQueryNode, $mixValuesArray ) | ||
IsNotNull ( QQNode $objQueryNode ) | ||
IsNull ( QQNode $objQueryNode ) | ||
LessOrEqual ( QQNode $objQueryNode, $mixValue ) | ||
LessThan ( QQNode $objQueryNode, $mixValue ) | ||
Like ( QQNode $objQueryNode, $strValue ) | ||
LimitInfo ( $intMaxRowCount, $intOffset ) | ||
Maximum ( $objNode, $strAttributeName ) | ||
Minimum ( $objNode, $strAttributeName ) | ||
NamedValue ( $strName ) | ||
None ( ) | ||
Not ( QQCondition $objCondition ) | ||
NotBetween ( QQNode $objQueryNode, $strMinValue, $strMaxValue ) | ||
NotEqual ( QQNode $objQueryNode, $mixValue ) | ||
NotIn ( QQNode $objQueryNode, $mixValuesArray ) | ||
NotLike ( QQNode $objQueryNode, $strValue ) | ||
OrCondition ( ) | ||
OrderBy ( ) | ||
SubSql ( $strSql, $objParentQueryNodes = null ) | ||
Sum ( $objNode, $strAttributeName ) | ||
Virtual ( $strName, QQSubQueryNode $objSubQueryDefinition = null ) | ||
_ ( QQNode $objQueryNode, $strSymbol, $mixValue, $mixValueTwo = null ) |
public static Between ( QQNode $objQueryNode, $strMinValue, $strMaxValue ) | ||
$objQueryNode | QQNode |
public static CustomJoin ( $strTableName, $strTableAlias, $strJoinConditionSql ) |
public static Equal ( QQNode $objQueryNode, $mixValue ) | ||
$objQueryNode | QQNode |
public static Expand ( $objNode, QQCondition $objJoinCondition = null ) | ||
$objJoinCondition | QQCondition |
public static GreaterOrEqual ( QQNode $objQueryNode, $mixValue ) | ||
$objQueryNode | QQNode |
public static GreaterThan ( QQNode $objQueryNode, $mixValue ) | ||
$objQueryNode | QQNode |
public static In ( QQNode $objQueryNode, $mixValuesArray ) | ||
$objQueryNode | QQNode |
public static IsNotNull ( QQNode $objQueryNode ) | ||
$objQueryNode | QQNode |
public static LessOrEqual ( QQNode $objQueryNode, $mixValue ) | ||
$objQueryNode | QQNode |
public static LessThan ( QQNode $objQueryNode, $mixValue ) | ||
$objQueryNode | QQNode |
public static Like ( QQNode $objQueryNode, $strValue ) | ||
$objQueryNode | QQNode |
public static Not ( QQCondition $objCondition ) | ||
$objCondition | QQCondition |
public static NotBetween ( QQNode $objQueryNode, $strMinValue, $strMaxValue ) | ||
$objQueryNode | QQNode |
public static NotEqual ( QQNode $objQueryNode, $mixValue ) | ||
$objQueryNode | QQNode |
public static NotIn ( QQNode $objQueryNode, $mixValuesArray ) | ||
$objQueryNode | QQNode |
public static NotLike ( QQNode $objQueryNode, $strValue ) | ||
$objQueryNode | QQNode |
public static Virtual ( $strName, QQSubQueryNode $objSubQueryDefinition = null ) | ||
$objSubQueryDefinition | QQSubQueryNode |
public static _ ( QQNode $objQueryNode, $strSymbol, $mixValue, $mixValueTwo = null ) | ||
$objQueryNode | QQNode |