Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/parse/
H A Dsqliterator.cxx1064 OSQLParseNode * pTableExp = pSelectNode->getChild(3); in traverseByColumnNames() local
1229 OSQLParseNode * pTableExp = pSelectNode->getChild(3); in traverseSelectionCriteria() local
1234 pWhereClause = pTableExp->getChild(1); in traverseSelectionCriteria()
1963 OSQLParseNode * pTableExp = m_pParseTree->getChild(3); in getWhereTree() local
1968 pWhereClause = pTableExp->getChild(1); in getWhereTree()
1993 OSQLParseNode * pTableExp = m_pParseTree->getChild(3); in getOrderTree() local
1998 pOrderClause = pTableExp->getChild(ORDER_BY_CHILD_POS); in getOrderTree()
2015 OSQLParseNode * pTableExp = m_pParseTree->getChild(3); in getGroupByTree() local
2020 pGroupClause = pTableExp->getChild(2); in getGroupByTree()
2036 OSQLParseNode * pTableExp = m_pParseTree->getChild(3); in getHavingTree() local
[all …]
/trunk/main/connectivity/source/drivers/file/
H A Dfcomp.cxx95 OSQLParseNode * pTableExp = pSQLParseNode->getChild(3); in start() local
96 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()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx2060 const OSQLParseNode* pTableExp = pParseTree->getChild(3); in InitFromParseNodeImpl() local
2061 …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 39 milliseconds