Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx1563 OSQLParseNode* pOuterType = NULL; in checkJoin() local
1565 pOuterType = pJoinType->getChild(0); in checkJoin()
1567 pOuterType = pJoinType; in checkJoin()
1571 if(pOuterType) in checkJoin()
1573 bLeftSide = SQL_ISTOKEN(pOuterType->getChild(0),LEFT); in checkJoin()
1574 bCheck = bLeftSide || SQL_ISTOKEN(pOuterType->getChild(0),RIGHT); in checkJoin()

Completed in 23 milliseconds