Lines Matching refs:SQL_ISRULEOR2
143 #define SQL_ISRULEOR2(pParseNode, e1,e2) ((pParseNode)->isRule() && (\ macro
617 else if (SQL_ISRULEOR2(pNode,search_condition,boolean_term) && // AND/OR-Verknuepfung: in InsertJoinConnection()
1497 else if(SQL_ISRULEOR2(pValueExp,general_set_fct ,set_fct_spec) || in GetANDCriteria()
1498 SQL_ISRULEOR2(pValueExp,position_exp,extract_exp) || in GetANDCriteria()
1499 SQL_ISRULEOR2(pValueExp,fold,char_substring_fct) || in GetANDCriteria()
1500 SQL_ISRULEOR2(pValueExp,length_exp,char_value_fct)) in GetANDCriteria()
1516 else if( SQL_ISRULEOR2(pCondition,test_for_null,in_predicate) in GetANDCriteria()
1517 || SQL_ISRULEOR2(pCondition,all_or_any_predicate,between_predicate)) in GetANDCriteria()
1519 if ( SQL_ISRULEOR2(pCondition->getChild(0), set_fct_spec , general_set_fct ) ) in GetANDCriteria()
1564 else if( SQL_ISRULEOR2(pCondition,existence_test,unique_test) ) in GetANDCriteria()
1593 OSL_ENSURE(SQL_ISRULEOR2(pFunction,general_set_fct ,set_fct_spec) || in AddFunctionCondition()
1594 SQL_ISRULEOR2(pFunction,position_exp,extract_exp) || in AddFunctionCondition()
1595 SQL_ISRULEOR2(pFunction,fold,char_substring_fct) || in AddFunctionCondition()
1596 SQL_ISRULEOR2(pFunction,length_exp,char_value_fct),"Illegal call!"); in AddFunctionCondition()
1802 else if( SQL_ISRULEOR2(pCondition->getChild(0), set_fct_spec , general_set_fct ) ) in ComparisonPredicate()
2268 else if(SQL_ISRULEOR2(pColumnRef,general_set_fct ,set_fct_spec) || in InstallFields()
2269 SQL_ISRULEOR2(pColumnRef,position_exp,extract_exp) || in InstallFields()
2270 SQL_ISRULEOR2(pColumnRef,fold,char_substring_fct) || in InstallFields()
2271 SQL_ISRULEOR2(pColumnRef,length_exp,char_value_fct)) in InstallFields()
3288 if ( SQL_ISRULEOR2(pNode,length_exp,char_value_fct) ) in fillFunctionInfo()