Searched refs:OFlatResultSet (Results 1 – 4 of 4) sorted by relevance
46 OFlatResultSet::OFlatResultSet( OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIt… in OFlatResultSet() function in OFlatResultSet53 ::rtl::OUString SAL_CALL OFlatResultSet::getImplementationName( ) throw ( RuntimeException) in getImplementationName()58 Sequence< ::rtl::OUString > SAL_CALL OFlatResultSet::getSupportedServiceNames( ) throw( RuntimeExc… in getSupportedServiceNames()66 sal_Bool SAL_CALL OFlatResultSet::supportsService( const ::rtl::OUString& _rServiceName ) throw( Ru… in supportsService()77 Any SAL_CALL OFlatResultSet::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()87 Sequence< Type > SAL_CALL OFlatResultSet::getTypes( ) throw( RuntimeException) in getTypes()110 Any SAL_CALL OFlatResultSet::getBookmark( ) throw( SQLException, RuntimeException) in getBookmark()118 sal_Bool SAL_CALL OFlatResultSet::moveToBookmark( const Any& bookmark ) throw( SQLException, Runt… in moveToBookmark()129 sal_Bool SAL_CALL OFlatResultSet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) th… in moveRelativeToBookmark()143 sal_Int32 SAL_CALL OFlatResultSet::compareBookmarks( const Any& lhs, const Any& rhs ) throw( SQLEx… in compareBookmarks()[all …]
35 return new OFlatResultSet(this,m_aSQLIterator); in createResultSet()
38 return new OFlatResultSet(this,m_aSQLIterator); in createResultSet()
35 class OFlatResultSet;39 typedef ::comphelper::OPropertyArrayUsageHelper<OFlatResultSet> OFlatResultSet_BASE3;42 class OFlatResultSet : public OFlatResultSet_BASE2, class55 …OFlatResultSet( file::OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIterator);