Lines Matching refs:OPredicateCompiler
53 DBG_NAME(OPredicateCompiler) in DBG_NAME() argument
55 OPredicateCompiler::OPredicateCompiler(OSQLAnalyzer* pAnalyzer)//,OCursor& rCurs) in DBG_NAME()
61 DBG_CTOR(OPredicateCompiler,NULL); in DBG_NAME()
65 OPredicateCompiler::~OPredicateCompiler() in ~OPredicateCompiler()
68 DBG_DTOR(OPredicateCompiler,NULL); in ~OPredicateCompiler()
71 void OPredicateCompiler::dispose() in dispose()
80 void OPredicateCompiler::start(OSQLParseNode* pSQLParseNode) in start()
151 OOperand* OPredicateCompiler::execute(OSQLParseNode* pPredicateNode) 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()
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()
616 OOperand* OPredicateCompiler::execute_Fold(OSQLParseNode* pPredicateNode) throw(SQLException, Runti… in execute_Fold()
633 OOperand* OPredicateCompiler::executeFunction(OSQLParseNode* pPredicateNode) throw(SQLException, Ru… in executeFunction()