Home
last modified time | relevance | path

Searched refs:pValueExp (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/parse/
H A Dsqliterator.cxx2050 const OSQLParseNode* pValueExp = _pNode->getChild(3); in getFunctionReturnType() local
2051 if (SQL_ISRULE(pValueExp,column_ref)) in getFunctionReturnType()
2055 getColumnRange(pValueExp,sColumnName,aTableRange); in getFunctionReturnType()
2066 …if ( SQL_ISRULE(pValueExp,num_value_exp) || SQL_ISRULE(pValueExp,term) || SQL_ISRULE(pValueExp,fac… in getFunctionReturnType()
2072 switch(pValueExp->getChild(0)->getTokenID() ) in getFunctionReturnType()
2089 else if ( SQL_ISRULE(pValueExp,concatenation) in getFunctionReturnType()
2090 || SQL_ISRULE(pValueExp,char_factor) in getFunctionReturnType()
2091 || SQL_ISRULE(pValueExp,bit_value_fct) in getFunctionReturnType()
2092 || SQL_ISRULE(pValueExp,char_value_fct) in getFunctionReturnType()
2094 || SQL_ISRULE(pValueExp,fold) in getFunctionReturnType()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/parse/
H A Dsqliterator.cxx2038 const OSQLParseNode* pValueExp = _pNode->getChild(3); in getFunctionReturnType() local
2039 if (SQL_ISRULE(pValueExp,column_ref)) in getFunctionReturnType()
2043 getColumnRange(pValueExp,sColumnName,aTableRange); in getFunctionReturnType()
2054 …if ( SQL_ISRULE(pValueExp,num_value_exp) || SQL_ISRULE(pValueExp,term) || SQL_ISRULE(pValueExp,fac… in getFunctionReturnType()
2060 switch(pValueExp->getChild(0)->getTokenID() ) in getFunctionReturnType()
2077 else if ( SQL_ISRULE(pValueExp,concatenation) in getFunctionReturnType()
2078 || SQL_ISRULE(pValueExp,char_factor) in getFunctionReturnType()
2079 || SQL_ISRULE(pValueExp,bit_value_fct) in getFunctionReturnType()
2080 || SQL_ISRULE(pValueExp,char_value_fct) in getFunctionReturnType()
2082 || SQL_ISRULE(pValueExp,fold) in getFunctionReturnType()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx1323 const ::connectivity::OSQLParseNode* pValueExp = pCondition->getChild(0); in GetANDCriteria() local
1324 if (SQL_ISRULE(pValueExp, column_ref ) ) in GetANDCriteria()
1339 pValueExp->parseNodeToPredicateStr( aColumnName, in GetANDCriteria()
1352 if ( eOk == ( eErrorCode = FillDragInfo(_pView,pValueExp,aDragLeft) )) in GetANDCriteria()
1359 else if(SQL_ISRULEOR3(pValueExp, general_set_fct, set_fct_spec, position_exp) || in GetANDCriteria()
1360 SQL_ISRULEOR3(pValueExp, extract_exp, fold, char_substring_fct) || in GetANDCriteria()
1361 SQL_ISRULEOR2(pValueExp, length_exp, char_value_fct)) in GetANDCriteria()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx1331 const ::connectivity::OSQLParseNode* pValueExp = pCondition->getChild(0); in GetANDCriteria() local
1332 if (SQL_ISRULE(pValueExp, column_ref ) ) in GetANDCriteria()
1347 pValueExp->parseNodeToPredicateStr( aColumnName, in GetANDCriteria()
1360 if ( eOk == ( eErrorCode = FillDragInfo(_pView,pValueExp,aDragLeft) )) in GetANDCriteria()
1367 else if(SQL_ISRULEOR3(pValueExp, general_set_fct, set_fct_spec, position_exp) || in GetANDCriteria()
1368 SQL_ISRULEOR3(pValueExp, extract_exp, fold, char_substring_fct) || in GetANDCriteria()
1369 SQL_ISRULEOR2(pValueExp, length_exp, char_value_fct)) in GetANDCriteria()