Searched refs:OSQLAnalyzer (Results 1 – 11 of 11) sorted by relevance
45 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 …]
66 void OSQLAnalyzer::clean() in clean()71 void OSQLAnalyzer::bindParameterRow(OValueRefRow& _pRow) in bindParameterRow()
382 OSQLAnalyzer* OStatement_Base::createAnalyzer() in createAnalyzer()385 return new OSQLAnalyzer(m_pConnection); in createAnalyzer()
55 OPredicateCompiler::OPredicateCompiler(OSQLAnalyzer* pAnalyzer)//,OCursor& rCurs) in DBG_NAME()
39 class OSQLAnalyzer;45 friend class OSQLAnalyzer;49 OSQLAnalyzer* m_pAnalyzer;54 OPredicateCompiler(OSQLAnalyzer* pAnalyzer);
35 class OOO_DLLPUBLIC_FILE OSQLAnalyzer class51 OSQLAnalyzer(OConnection* _pConnection);52 virtual ~OSQLAnalyzer();
89 OSQLAnalyzer* m_pSQLAnalyzer; //the sql analyzer used by the resultset122 virtual OSQLAnalyzer* createAnalyzer();
127 OSQLAnalyzer* m_pSQLAnalyzer;314 inline void setSqlAnalyzer(OSQLAnalyzer* _pSQLAnalyzer) { m_pSQLAnalyzer = _pSQLAnalyzer; } in setSqlAnalyzer()
39 class OFILEAnalyzer : public file::OSQLAnalyzer42 OFILEAnalyzer(file::OConnection* _pConnection) : file::OSQLAnalyzer(_pConnection){} in OFILEAnalyzer()
54 virtual file::OSQLAnalyzer* createAnalyzer();
234 OSQLAnalyzer* ODbaseResultSet::createAnalyzer() in createAnalyzer()
Completed in 36 milliseconds