Lines Matching refs:ODbaseResultSet
50 ODbaseResultSet::ODbaseResultSet( OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQL… 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()
150 sal_Bool SAL_CALL ODbaseResultSet::hasOrderedBookmarks( ) throw( SQLException, RuntimeException) in hasOrderedBookmarks()
155 sal_Int32 SAL_CALL ODbaseResultSet::hashBookmark( const Any& bookmark ) throw( SQLException, Runt… in hashBookmark()
165 Sequence< sal_Int32 > SAL_CALL ODbaseResultSet::deleteRows( const Sequence< Any >& /*rows*/ ) thr… in deleteRows()
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()
229 …uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL ODbaseResultSet::getPropertyS… in getPropertySetInfo()
234 OSQLAnalyzer* ODbaseResultSet::createAnalyzer() in createAnalyzer()
239 sal_Int32 ODbaseResultSet::getCurrentFilePos() const in getCurrentFilePos()