Searched refs:pParseTree (Results 1 – 1 of 1) sorted by relevance
2037 const ::connectivity::OSQLParseNode* pParseTree = aIterator.getParseTree(); in InitFromParseNodeImpl() local2041 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()2163 if ( eOk == (eErrorCode = GetGroupCriteria(_pView,_pSelectionBrw,pParseTree)) ) in InitFromParseNodeImpl()2221 ::connectivity::OSQLParseNode* pParseTree = pNode->getChild(2); // selection in InstallFields()2226 if ( pParseTree->isRule() && SQL_ISPUNCTUATION(pParseTree->getChild(0),"*") ) in InstallFields()2231 else if (SQL_ISRULE(pParseTree,scalar_exp_commalist) ) in InstallFields()2238 for (sal_uInt32 i = 0; i < pParseTree->count() && eOk == eErrorCode ; ++i) in InstallFields()[all …]
Completed in 70 milliseconds