Method |
Description |
|
AddExpandAsArrayNode ( $objNode ) |
|
|
AddFromItem ( $strTableName, $strAliasOverride = null ) |
|
|
AddGroupByItem ( $strItem ) |
|
|
AddJoinCustomItem ( $strJoinTableName, $strJoinTableAlias, QQCondition $objJoinCondition ) |
|
|
AddJoinCustomSqlItem ( $strSql ) |
|
|
AddJoinItem ( $strJoinTableName, $strJoinTableAlias, $strTableName, $strColumnName, $strLinkedColumnName, QQCondition $objJoinCondition = null ) |
|
|
AddOrderByItem ( $strItem ) |
|
|
AddSelectFunction ( $strFunctionName, $strColumnName, $strFullAlias ) |
|
|
AddSelectItem ( $strTableName, $strColumnName, $strFullAlias ) |
|
|
AddWhereItem ( $strItem ) |
|
|
GetStatement ( ) |
|
|
GetTableAlias ( $strTableName ) |
|
|
GetVirtualNode ( $strName ) |
|
|
SetCountOnlyFlag ( ) |
|
|
SetDistinctFlag ( ) |
|
|
SetLimitInfo ( $strLimitInfo ) |
|
|
SetVirtualNode ( $strName, QQSubQueryNode $objNode ) |
|
|
__construct ( QDatabaseBase $objDatabase, $strRootTableName ) |
|
|
__get ( $strName ) |
|
|