Searched refs:num_value_exp (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/connectivity/source/parse/ |
H A D | sqlbison.y | 260 %type <pParseNode> derived_column as_clause table_name num_primary term num_value_exp 2561 num_value_exp 2808 num_value_exp: label 2810 | num_value_exp '+' term 2817 | num_value_exp '-' term 3117 num_value_exp /*[^')']*/
|
H A D | sqliterator.cxx | 1440 else if (SQL_ISRULE(pSearchCondition,num_value_exp) || SQL_ISRULE(pSearchCondition,term)) in traverseANDCriteria() 2172 …else if ( SQL_ISRULE(_pNode,num_value_exp) || SQL_ISRULE(_pNode,term) || SQL_ISRULE(_pNode,factor)… in getFunctionReturnType() 2200 …if ( SQL_ISRULE(pValueExp,num_value_exp) || SQL_ISRULE(pValueExp,term) || SQL_ISRULE(pValueExp,fac… in getFunctionReturnType()
|
H A D | sqlnode.cxx | 1377 { OSQLParseNode::num_value_exp, "num_value_exp" }, in OSQLParser()
|
/aoo4110/main/connectivity/source/drivers/file/ |
H A D | fanalyzer.cxx | 86 || SQL_ISRULE(pColumnRef,num_value_exp) in start()
|
H A D | fcomp.cxx | 200 else if(SQL_ISRULE(pPredicateNode,num_value_exp)) in execute()
|
/aoo4110/main/connectivity/inc/connectivity/ |
H A D | sqlnode.hxx | 184 num_value_exp, enumerator
|
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 933 … if ( SQL_ISRULEOR2(pColumnRef,num_value_exp,term) || SQL_ISRULE(pColumnRef,factor) ) in saveField()
|
H A D | QueryDesignView.cxx | 1652 && SQL_ISRULE(pParamNode,num_value_exp) ) in AddFunctionCondition()
|
Completed in 73 milliseconds