Home
last modified time | relevance | path

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

/AOO41X/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()
130 void OSQLAnalyzer::bindRow(OCodeList& rCodeList,const OValueRefRow& _pRow,OEvaluateSetList& _rEvalu… in bindRow()
164 void OSQLAnalyzer::bindSelectRow(const OValueRefRow& _pRow) in bindSelectRow()
175 ::std::vector<sal_Int32>* OSQLAnalyzer::bindEvaluationRow(OValueRefRow& _pRow) in bindEvaluationRow()
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()
[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()
/AOO41X/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.hxx89OSQLAnalyzer* m_pSQLAnalyzer; //the sql analyzer used by the results…
122 virtual OSQLAnalyzer* createAnalyzer();
H A DFResultSet.hxx127 OSQLAnalyzer* m_pSQLAnalyzer;
314 …inline void setSqlAnalyzer(OSQLAnalyzer* _pSQLAnalyzer) { m_pSQLAnalyzer = _pS… in setSqlAnalyzer()
/AOO41X/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();
/AOO41X/main/connectivity/source/drivers/dbase/
H A DDResultSet.cxx234 OSQLAnalyzer* ODbaseResultSet::createAnalyzer() in createAnalyzer()