Searched refs:ODbaseResultSet (Results 1 – 5 of 5) sorted by relevance
50 ODbaseResultSet::ODbaseResultSet( OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aS… in ODbaseResultSet() function in ODbaseResultSet57 ::rtl::OUString SAL_CALL ODbaseResultSet::getImplementationName( ) throw ( RuntimeException) in getImplementationName()62 Sequence< ::rtl::OUString > SAL_CALL ODbaseResultSet::getSupportedServiceNames( ) throw( RuntimeEx… in getSupportedServiceNames()70 sal_Bool SAL_CALL ODbaseResultSet::supportsService( const ::rtl::OUString& _rServiceName ) throw( R… in supportsService()81 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()103 sal_Bool SAL_CALL ODbaseResultSet::moveToBookmark( const Any& bookmark ) throw( SQLException, Run… in moveToBookmark()114 sal_Bool SAL_CALL ODbaseResultSet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) t… in moveRelativeToBookmark()128 sal_Int32 SAL_CALL ODbaseResultSet::compareBookmarks( const Any& lhs, const Any& rhs ) throw( SQLEx… in compareBookmarks()[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);