Searched refs:pJoinType (Results 1 – 2 of 2) sorted by relevance
1562 OSQLParseNode* pJoinType = pJoin->getChild(1); in checkJoin() local1564 if(SQL_ISRULE(pJoinType,join_type) && pJoinType->count() == 2) in checkJoin()1565 pOuterType = pJoinType->getChild(0); in checkJoin()1566 else if(SQL_ISRULE(pJoinType,outer_join_type)) in checkJoin()1567 pOuterType = pJoinType; in checkJoin()
1949 ::connectivity::OSQLParseNode* pJoinType = pNode->getChild(1); // join_type in InsertJoin()1950 if ( SQL_ISTOKEN(pJoinType,NATURAL) ) in InsertJoin()1953 pJoinType = pNode->getChild(2); in InsertJoin()1956 …if (SQL_ISRULE(pJoinType,join_type) && (!pJoinType->count() || SQL_ISTOKEN(pJoinType->getChild(0),… in InsertJoin()1962 if (SQL_ISRULE(pJoinType,join_type)) // eine Ebene tiefer in InsertJoin()1963 pJoinType = pJoinType->getChild(0); in InsertJoin()1965 if (SQL_ISTOKEN(pJoinType->getChild(0),LEFT)) in InsertJoin()1967 else if(SQL_ISTOKEN(pJoinType->getChild(0),RIGHT)) in InsertJoin()
Completed in 36 milliseconds