Home
last modified time | relevance | path

Searched refs:pParseTree (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx2037 const ::connectivity::OSQLParseNode* pParseTree = aIterator.getParseTree(); in InitFromParseNodeImpl() local
2041 if ( !pParseTree ) in InitFromParseNodeImpl()
2054 if ( !( SQL_ISRULE( pParseTree, select_statement ) ) ) in InitFromParseNodeImpl()
2060 const OSQLParseNode* pTableExp = pParseTree->getChild(3); in InitFromParseNodeImpl()
2151 if(SQL_ISTOKEN(pParseTree->getChild(1),DISTINCT)) in InitFromParseNodeImpl()
2156 … if ( (eErrorCode = InstallFields(_pView,pParseTree, pTableView->GetTabWinMap())) == eOk ) in InitFromParseNodeImpl()
2161 … if ( eOk == (eErrorCode = GetSelectionCriteria(_pView,_pSelectionBrw,pParseTree,nLevel)) ) in InitFromParseNodeImpl()
2163 … if ( eOk == (eErrorCode = GetGroupCriteria(_pView,_pSelectionBrw,pParseTree)) ) in InitFromParseNodeImpl()
2165 … if ( eOk == (eErrorCode = GetHavingCriteria(_pView,_pSelectionBrw,pParseTree,nLevel)) ) in InitFromParseNodeImpl()
2167 … if ( eOk == (eErrorCode = GetOrderCriteria(_pView,_pSelectionBrw,pParseTree)) ) in InitFromParseNodeImpl()
[all …]