Searched refs:SQL_ISRULEOR2 (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/dbaccess/source/ui/querydesign/ |
| H A D | QueryDesignView.cxx | 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() [all …]
|
| H A D | SelectionBrowseBox.cxx | 115 #define SQL_ISRULEOR2(pParseNode, e1,e2) ((pParseNode)->isRule() && (\ macro 910 if( SQL_ISRULEOR2(pColumnRef,position_exp,extract_exp) || in saveField() 911 SQL_ISRULEOR2(pColumnRef,fold,char_substring_fct) || in saveField() 912 SQL_ISRULEOR2(pColumnRef,length_exp,char_value_fct) ) in saveField() 933 … if ( SQL_ISRULEOR2(pColumnRef,num_value_exp,term) || SQL_ISRULE(pColumnRef,factor) ) in saveField()
|
| /AOO41X/main/connectivity/source/parse/ |
| H A D | sqliterator.cxx | 49 #define SQL_ISRULEOR2(pParseNode, e1,e2) ((pParseNode)->isRule() && (\ macro 489 …else if (SQL_ISRULEOR2(i_pJoinCondition,search_condition,boolean_term) && // AND/OR-Verk… in impl_fillJoinConditions()
|