Lines Matching refs:OOperand

151 OOperand* OPredicateCompiler::execute(OSQLParseNode* pPredicateNode)  in execute()
153 OOperand* pOperand = NULL; in execute()
237 OOperand* OPredicateCompiler::execute_COMPARE(OSQLParseNode* pPredicateNode) throw(SQLException, R… in execute_COMPARE()
285 OOperand* OPredicateCompiler::execute_LIKE(OSQLParseNode* pPredicateNode) throw(SQLException, Runti… in execute_LIKE()
335 OOperand* OPredicateCompiler::execute_BETWEEN(OSQLParseNode* pPredicateNode) throw(SQLException, Ru… in execute_BETWEEN()
354 OOperand* pColumnOp = execute(pColumn); in execute_BETWEEN()
355 OOperand* pOb1 = execute(p1stValue); in execute_BETWEEN()
360 OOperand* pOb2 = execute(p2ndtValue); in execute_BETWEEN()
415 OOperand* OPredicateCompiler::execute_ISNULL(OSQLParseNode* pPredicateNode) throw(SQLException, Run… in execute_ISNULL()
435 OOperand* OPredicateCompiler::execute_Operand(OSQLParseNode* pPredicateNode) throw(SQLException, Ru… in execute_Operand()
437 OOperand* pOperand = NULL; in execute_Operand()
571 OOperand* pOperand = PTR_CAST(OOperand,(*aIter)); in evaluate()
578 OOperand* pOperand = m_aStack.top(); in evaluate()
598 OOperand* pOperand = PTR_CAST(OOperand,(*aIter)); in evaluateSelection()
605 OOperand* pOperand = m_aStack.top(); in evaluateSelection()
616 OOperand* OPredicateCompiler::execute_Fold(OSQLParseNode* pPredicateNode) throw(SQLException, Runti… in execute_Fold()
633 OOperand* OPredicateCompiler::executeFunction(OSQLParseNode* pPredicateNode) throw(SQLException, Ru… in executeFunction()