Home
last modified time | relevance | path

Searched refs:pPredicateNode (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/connectivity/source/drivers/file/
H A Dfcomp.cxx151 OOperand* OPredicateCompiler::execute(OSQLParseNode* pPredicateNode) in execute() argument
154 if (pPredicateNode->count() == 3 && // Ausdruck is geklammert in execute()
155 SQL_ISPUNCTUATION(pPredicateNode->getChild(0),"(") && in execute()
156 SQL_ISPUNCTUATION(pPredicateNode->getChild(2),")")) in execute()
158 execute(pPredicateNode->getChild(1)); in execute()
160 …else if ((SQL_ISRULE(pPredicateNode,search_condition) || (SQL_ISRULE(pPredicateNode,boolean_term))) in execute()
162 pPredicateNode->count() == 3) in execute()
164 … execute(pPredicateNode->getChild(0)); // Bearbeiten des linken Zweigs in execute()
165 … execute(pPredicateNode->getChild(2)); // Bearbeiten des rechten Zweigs in execute()
167 if (SQL_ISTOKEN(pPredicateNode->getChild(1),OR)) // OR-Operator in execute()
[all …]
/AOO41X/main/connectivity/source/inc/file/
H A Dfcomp.hxx69 OOperand* execute(connectivity::OSQLParseNode* pPredicateNode);
78 …OOperand* execute_COMPARE(connectivity::OSQLParseNode* pPredicateNode) throw( ::com::sun::star::sd…
79 …OOperand* execute_LIKE(connectivity::OSQLParseNode* pPredicateNode) throw(::com::sun::star::sdbc::…
80 …OOperand* execute_BETWEEN(connectivity::OSQLParseNode* pPredicateNode) throw(::com::sun::star::sdb…
81 …OOperand* execute_ISNULL(connectivity::OSQLParseNode* pPredicateNode) throw(::com::sun::star::sdbc…
82 …OOperand* execute_Operand(connectivity::OSQLParseNode* pPredicateNode) throw(::com::sun::star::sdb…
83 …OOperand* execute_Fold(OSQLParseNode* pPredicateNode) throw( ::com::sun::star::sdbc::SQLException,…
84 …OOperand* executeFunction(OSQLParseNode* pPredicateNode) throw( ::com::sun::star::sdbc::SQLExcepti…