Home
last modified time | relevance | path

Searched refs:OPredicateCompiler (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/connectivity/source/drivers/file/
H A Dfcomp.cxx53 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()
285 OOperand* OPredicateCompiler::execute_LIKE(OSQLParseNode* pPredicateNode) throw(SQLException, Runti… in execute_LIKE()
415 OOperand* OPredicateCompiler::execute_ISNULL(OSQLParseNode* pPredicateNode) throw(SQLException, Run… in execute_ISNULL()
[all …]
H A Dfanalyzer.cxx51 m_aCompiler = new OPredicateCompiler(this); in DBG_NAME()
91 ::vos::ORef<OPredicateCompiler> pCompiler = new OPredicateCompiler(this); in start()
H A DFNoException.cxx57 void OPredicateCompiler::Clean() in Clean()
/aoo42x/main/connectivity/source/inc/file/
H A Dfcomp.hxx42 class OPredicateCompiler : public ::vos::OReference class
54 OPredicateCompiler(OSQLAnalyzer* pAnalyzer);
56 virtual ~OPredicateCompiler();
92 ::vos::ORef<OPredicateCompiler> m_rCompiler;
95 OPredicateInterpreter(const ::vos::ORef<OPredicateCompiler>& rComp) : m_rCompiler(rComp){} in OPredicateInterpreter()
H A Dfanalyzer.hxx38 …typedef ::std::pair< ::vos::ORef<OPredicateCompiler>,::vos::ORef<OPredicateInterpreter> > TPredica…
41 ::vos::ORef<OPredicateCompiler> m_aCompiler;

Completed in 24 milliseconds