Lines Matching refs:pValueExp
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()
2204 else if ( SQL_ISRULE(pValueExp,datetime_primary) ) in getFunctionReturnType()
2206 switch(pValueExp->getChild(0)->getTokenID() ) in getFunctionReturnType()
2219 else if ( SQL_ISRULE(pValueExp,value_exp_primary) ) in getFunctionReturnType()
2221 nType = getFunctionReturnType(pValueExp->getChild(1)); 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()
2227 || SQL_ISRULE(pValueExp,char_substring_fct) in getFunctionReturnType()
2228 || SQL_ISRULE(pValueExp,fold) in getFunctionReturnType()
2229 || SQL_ISTOKEN(pValueExp,STRING) ) in getFunctionReturnType()