Home
last modified time | relevance | path

Searched refs:OFlatResultSet (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/connectivity/source/drivers/flat/
H A DEResultSet.cxx46 OFlatResultSet::OFlatResultSet( OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIt… in OFlatResultSet() function in OFlatResultSet
53 ::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 …]
H A DEStatement.cxx35 return new OFlatResultSet(this,m_aSQLIterator); in createResultSet()
H A DEPreparedStatement.cxx38 return new OFlatResultSet(this,m_aSQLIterator); in createResultSet()
/AOO42X/main/connectivity/source/inc/flat/
H A DEResultSet.hxx35 class OFlatResultSet;
39 typedef ::comphelper::OPropertyArrayUsageHelper<OFlatResultSet> OFlatResultSet_BASE3;
42 class OFlatResultSet : public OFlatResultSet_BASE2, class
55OFlatResultSet( file::OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIterator);