Home
last modified time | relevance | path

Searched refs:OSQLAnalyzer (Results 1 – 11 of 11) sorted by relevance

/trunk/main/connectivity/source/drivers/file/
H A Dfanalyzer.cxx45 OSQLAnalyzer::OSQLAnalyzer(OConnection* _pConnection) in DBG_NAME()
56 OSQLAnalyzer::~OSQLAnalyzer() in ~OSQLAnalyzer()
62 void OSQLAnalyzer::setIndexes(const Reference< XNameAccess>& _xIndexes) in setIndexes()
67 void OSQLAnalyzer::start(OSQLParseNode* pSQLParseNode) in start()
164 void OSQLAnalyzer::bindSelectRow(const OValueRefRow& _pRow) in bindSelectRow()
214 void OSQLAnalyzer::describeParam(::vos::ORef<OSQLColumns> rParameterColumns) in describeParam()
276 OOperandAttr* OSQLAnalyzer::createOperandAttr(sal_Int32 _nPos, in createOperandAttr()
283 sal_Bool OSQLAnalyzer::hasRestriction() const in hasRestriction()
288 sal_Bool OSQLAnalyzer::hasFunctions() const in hasFunctions()
319 void OSQLAnalyzer::dispose() in dispose()
[all …]
H A DFNoException.cxx66 void OSQLAnalyzer::clean() in clean()
71 void OSQLAnalyzer::bindParameterRow(OValueRefRow& _pRow) in bindParameterRow()
H A DFStatement.cxx382 OSQLAnalyzer* OStatement_Base::createAnalyzer() in createAnalyzer()
385 return new OSQLAnalyzer(m_pConnection); in createAnalyzer()
H A Dfcomp.cxx55 OPredicateCompiler::OPredicateCompiler(OSQLAnalyzer* pAnalyzer)//,OCursor& rCurs) in DBG_NAME()
/trunk/main/connectivity/source/inc/file/
H A Dfcomp.hxx39 class OSQLAnalyzer;
45 friend class OSQLAnalyzer;
49 OSQLAnalyzer* m_pAnalyzer;
54 OPredicateCompiler(OSQLAnalyzer* pAnalyzer);
H A Dfanalyzer.hxx35 class OOO_DLLPUBLIC_FILE OSQLAnalyzer class
51 OSQLAnalyzer(OConnection* _pConnection);
52 virtual ~OSQLAnalyzer();
H A DFStatement.hxx89 OSQLAnalyzer* m_pSQLAnalyzer; //the sql analyzer used by the resultset
122 virtual OSQLAnalyzer* createAnalyzer();
H A DFResultSet.hxx127 OSQLAnalyzer* m_pSQLAnalyzer;
314 inline void setSqlAnalyzer(OSQLAnalyzer* _pSQLAnalyzer) { m_pSQLAnalyzer = _pSQLAnalyzer; } in setSqlAnalyzer()
/trunk/main/connectivity/source/inc/dbase/
H A DDCode.hxx39 class OFILEAnalyzer : public file::OSQLAnalyzer
42 OFILEAnalyzer(file::OConnection* _pConnection) : file::OSQLAnalyzer(_pConnection){} in OFILEAnalyzer()
H A DDResultSet.hxx54 virtual file::OSQLAnalyzer* createAnalyzer();
/trunk/main/connectivity/source/drivers/dbase/
H A DDResultSet.cxx234 OSQLAnalyzer* ODbaseResultSet::createAnalyzer() in createAnalyzer()

Completed in 43 milliseconds