Searched refs:pRightTableRef (Results 1 – 1 of 1) sorted by relevance
1936 const ::connectivity::OSQLParseNode* pRightTableRef = pNode->getChild(3); // table_ref in InsertJoin() local1938 pRightTableRef = pNode->getChild(4); // table_ref in InsertJoin()1940 …f ( !checkJoinConditions(_pView,pNode->getChild(0)) || !checkJoinConditions(_pView,pRightTableRef)) in InsertJoin()1974 …ction(_pView,pNode->getChild(4)->getChild(1), eJoinType,pNode->getChild(0),pRightTableRef) != eOk ) in InsertJoin()1981 pRightTableRef = pNode->getChild(pNode->count() - 1); in InsertJoin()1990 …_cast<OQueryTableView*>(_pView->getTableView())->FindTable( getTableRange(_pView,pRightTableRef) ); in InsertJoin()
Completed in 27 milliseconds