Searched refs:ODbaseResultSet (Results 1 – 5 of 5) sorted by relevance
50 ODbaseResultSet::ODbaseResultSet( OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQL… in ODbaseResultSet() function in ODbaseResultSet81 Any SAL_CALL ODbaseResultSet::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()87 Sequence< Type > SAL_CALL ODbaseResultSet::getTypes( ) throw( RuntimeException) in getTypes()94 Any SAL_CALL ODbaseResultSet::getBookmark( ) throw( SQLException, RuntimeException) in getBookmark()174 sal_Bool ODbaseResultSet::fillIndexValues(const Reference< XColumnsSupplier> &_xIndex) in fillIndexValues()207 ::cppu::IPropertyArrayHelper & ODbaseResultSet::getInfoHelper() in getInfoHelper()212 ::cppu::IPropertyArrayHelper* ODbaseResultSet::createArrayHelper() const in createArrayHelper()219 void SAL_CALL ODbaseResultSet::acquire() throw() in acquire()224 void SAL_CALL ODbaseResultSet::release() throw() in release()234 OSQLAnalyzer* ODbaseResultSet::createAnalyzer() in createAnalyzer()[all …]
619 ODbaseResultSet* pDbaseRes = NULL; in CreateImpl()621 …pDbaseRes = reinterpret_cast< ODbaseResultSet* >( xTunnel->getSomething(ODbaseResultSet::getUnoTun… in CreateImpl()
35 return new ODbaseResultSet(this,m_aSQLIterator); in createResultSet()
36 return new ODbaseResultSet(this,m_aSQLIterator); in createResultSet()
35 class ODbaseResultSet;40 typedef ::comphelper::OPropertyArrayUsageHelper<ODbaseResultSet> ODbaseResultSet_BASE3;43 class ODbaseResultSet : public ODbaseResultSet_BASE2, class58 … ODbaseResultSet( file::OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIterator);
Completed in 15 milliseconds