Searched refs:pValueExp (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/connectivity/source/parse/ |
H A D | sqliterator.cxx | 2184 const OSQLParseNode* pValueExp = _pNode->getChild(3); in getFunctionReturnType() local 2185 if (SQL_ISRULE(pValueExp,column_ref)) in getFunctionReturnType() 2189 getColumnRange(pValueExp,sColumnName,aTableRange); in getFunctionReturnType() 2200 …if ( SQL_ISRULE(pValueExp,num_value_exp) || SQL_ISRULE(pValueExp,term) || SQL_ISRULE(pValueExp,fac… in getFunctionReturnType() 2206 switch(pValueExp->getChild(0)->getTokenID() ) in getFunctionReturnType() 2223 else if ( SQL_ISRULE(pValueExp,concatenation) in getFunctionReturnType() 2224 || SQL_ISRULE(pValueExp,char_factor) in getFunctionReturnType() 2225 || SQL_ISRULE(pValueExp,bit_value_fct) in getFunctionReturnType() 2226 || SQL_ISRULE(pValueExp,char_value_fct) in getFunctionReturnType() 2228 || SQL_ISRULE(pValueExp,fold) in getFunctionReturnType() [all …]
|
/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | QueryDesignView.cxx | 1460 const ::connectivity::OSQLParseNode* pValueExp = pCondition->getChild(0); in GetANDCriteria() local 1461 if (SQL_ISRULE(pValueExp, column_ref ) ) in GetANDCriteria() 1477 pValueExp->parseNodeToPredicateStr( aColumnName, in GetANDCriteria() 1490 if ( eOk == ( eErrorCode = FillDragInfo(_pView,pValueExp,aDragLeft) )) in GetANDCriteria() 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()
|
Completed in 27 milliseconds