Searched refs:pOuterType (Results 1 – 1 of 1) sorted by relevance
1563 OSQLParseNode* pOuterType = NULL; in checkJoin() local1565 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 20 milliseconds