Home
last modified time | relevance | path

Searched refs:ODbaseResultSet (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/source/drivers/dbase/
H A DDResultSet.cxx50 ODbaseResultSet::ODbaseResultSet( OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aS… in ODbaseResultSet() function in ODbaseResultSet
57 ::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 …]
H A DDIndex.cxx619 ODbaseResultSet* pDbaseRes = NULL; in CreateImpl()
621 …pDbaseRes = reinterpret_cast< ODbaseResultSet* >( xTunnel->getSomething(ODbaseResultSet::getUnoTun… in CreateImpl()
H A DDPreparedStatement.cxx35 return new ODbaseResultSet(this,m_aSQLIterator); in createResultSet()
H A DDStatement.cxx36 return new ODbaseResultSet(this,m_aSQLIterator); in createResultSet()
/trunk/main/connectivity/source/inc/dbase/
H A DDResultSet.hxx35 class ODbaseResultSet;
40 typedef ::comphelper::OPropertyArrayUsageHelper<ODbaseResultSet> ODbaseResultSet_BASE3;
43 class ODbaseResultSet : public ODbaseResultSet_BASE2, class
58ODbaseResultSet( file::OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIterator);