Searched refs:pValueExp (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/connectivity/source/parse/ |
| H A D | sqliterator.cxx | 2185 const OSQLParseNode* pValueExp = _pNode->getChild(3); in getFunctionReturnType() local 2186 if (SQL_ISRULE(pValueExp,column_ref)) in getFunctionReturnType() 2190 getColumnRange(pValueExp,sColumnName,aTableRange); in getFunctionReturnType() 2201 …if ( SQL_ISRULE(pValueExp,num_value_exp) || SQL_ISRULE(pValueExp,term) || SQL_ISRULE(pValueExp,fac… in getFunctionReturnType() 2205 else if ( SQL_ISRULE(pValueExp,datetime_primary) ) in getFunctionReturnType() 2207 switch(pValueExp->getChild(0)->getTokenID() ) in getFunctionReturnType() 2220 else if ( SQL_ISRULE(pValueExp,value_exp_primary) ) in getFunctionReturnType() 2222 nType = getFunctionReturnType(pValueExp->getChild(1)); in getFunctionReturnType() 2224 else if ( SQL_ISRULE(pValueExp,concatenation) in getFunctionReturnType() 2225 || SQL_ISRULE(pValueExp,char_factor) in getFunctionReturnType() [all …]
|
| /trunk/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()
|