Searched refs:pTableExp (Results 1 – 3 of 3) sorted by relevance
1064 OSQLParseNode * pTableExp = pSelectNode->getChild(3); in traverseByColumnNames() local1229 OSQLParseNode * pTableExp = pSelectNode->getChild(3); in traverseSelectionCriteria() local1234 pWhereClause = pTableExp->getChild(1); in traverseSelectionCriteria()1963 OSQLParseNode * pTableExp = m_pParseTree->getChild(3); in getWhereTree() local1968 pWhereClause = pTableExp->getChild(1); in getWhereTree()1993 OSQLParseNode * pTableExp = m_pParseTree->getChild(3); in getOrderTree() local1998 pOrderClause = pTableExp->getChild(ORDER_BY_CHILD_POS); in getOrderTree()2015 OSQLParseNode * pTableExp = m_pParseTree->getChild(3); in getGroupByTree() local2020 pGroupClause = pTableExp->getChild(2); in getGroupByTree()2036 OSQLParseNode * pTableExp = m_pParseTree->getChild(3); in getHavingTree() local[all …]
95 OSQLParseNode * pTableExp = pSQLParseNode->getChild(3); in start() local96 DBG_ASSERT(pTableExp != NULL,"Fehler im Parse Tree"); in start()97 DBG_ASSERT(SQL_ISRULE(pTableExp,table_exp)," Fehler im Parse Tree"); in start()98 DBG_ASSERT(pTableExp->count() == TABLE_EXPRESSION_CHILD_COUNT,"Fehler im Parse Tree"); in start()115 pWhereClause = pTableExp->getChild(1); in start()116 pOrderbyClause = pTableExp->getChild(ORDER_BY_CHILD_POS); in start()
2060 const OSQLParseNode* pTableExp = pParseTree->getChild(3); in InitFromParseNodeImpl() local2061 …if ( pTableExp->getChild(6)->count() > 0 || pTableExp->getChild(7)->count() > 0 || pTableExp->getC… in InitFromParseNodeImpl()2148 if ( eOk == (eErrorCode = FillOuterJoins(_pView,pTableExp->getChild(0)->getChild(1))) ) in InitFromParseNodeImpl()
Completed in 42 milliseconds