Searched refs:pPredicateNode (Results 1 – 2 of 2) sorted by relevance
158 execute(pPredicateNode->getChild(1)); in execute()160 else if ((SQL_ISRULE(pPredicateNode,search_condition) || (SQL_ISRULE(pPredicateNode,boolean_term))) in execute()186 execute_COMPARE(pPredicateNode); in execute()190 execute_LIKE(pPredicateNode); in execute()194 execute_BETWEEN(pPredicateNode); in execute()198 execute_ISNULL(pPredicateNode); in execute()277 execute(pPredicateNode->getChild(0)); in execute_COMPARE()442 if (pPredicateNode->count() == 1) in execute_Operand()496 pOperand = new OOperandConst(*pPredicateNode, pPredicateNode->getTokenValue()); in execute_Operand()538 execute_Fold(pPredicateNode); in execute_Operand()[all …]
69 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…
Completed in 17 milliseconds