Searched refs:length_exp (Results 1 – 8 of 8) sorted by relevance
/trunk/main/connectivity/source/drivers/file/ |
H A D | fanalyzer.cxx | 85 || SQL_ISRULE(pColumnRef,length_exp) in start()
|
H A D | fcomp.cxx | 547 else if( SQL_ISRULE(pPredicateNode,length_exp) ) in execute_Operand()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | QueryDesignView.cxx | 1500 SQL_ISRULEOR2(pValueExp,length_exp,char_value_fct)) in GetANDCriteria() 1596 SQL_ISRULEOR2(pFunction,length_exp,char_value_fct),"Illegal call!"); in AddFunctionCondition() 2271 SQL_ISRULEOR2(pColumnRef,length_exp,char_value_fct)) in InstallFields() 3288 if ( SQL_ISRULEOR2(pNode,length_exp,char_value_fct) ) in fillFunctionInfo()
|
H A D | SelectionBrowseBox.cxx | 912 SQL_ISRULEOR2(pColumnRef,length_exp,char_value_fct) ) in saveField()
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | sqlnode.hxx | 188 length_exp, enumerator
|
/trunk/main/connectivity/source/parse/ |
H A D | sqlbison.y | 263 %type <pParseNode> position_exp extract_exp length_exp general_value_spec 1695 | length_exp 1736 length_exp: label
|
H A D | sqlnode.cxx | 432 case length_exp: in impl_parseNodeToString_throw() 439 aNewParam.bQuote = ( SQL_ISRULE(this,length_exp) || SQL_ISRULE(this,char_value_fct) ); in impl_parseNodeToString_throw() 1378 { OSQLParseNode::length_exp, "length_exp" }, in OSQLParser()
|
H A D | sqliterator.cxx | 2167 if ( SQL_ISRULE(_pNode,length_exp) ) in getFunctionReturnType()
|
Completed in 145 milliseconds