Searched refs:SQL_ISRULEOR2 (Results 1 – 3 of 3) sorted by relevance
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | QueryDesignView.cxx | 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() 1564 else if( SQL_ISRULEOR2(pCondition,existence_test,unique_test) ) in GetANDCriteria() 1594 SQL_ISRULEOR2(pFunction,position_exp,extract_exp) || in AddFunctionCondition() 1595 SQL_ISRULEOR2(pFunction,fold,char_substring_fct) || in AddFunctionCondition() 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() [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()
|
/trunk/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-Verknuepfung: in impl_fillJoinConditions()
|
Completed in 86 milliseconds