Lines Matching refs:RuntimeException

151 Any SAL_CALL MacabResultSet::queryInterface(const Type & rType) throw(RuntimeException)  in queryInterface()
169 Sequence< Type > SAL_CALL MacabResultSet::getTypes() throw(RuntimeException) in getTypes()
179 …fo > SAL_CALL MacabResultSet::getPropertySetInfo( ) throw(::com::sun::star::uno::RuntimeException) in getPropertySetInfo()
184 …MacabResultSet::findColumn(const ::rtl::OUString& columnName) throw(SQLException, RuntimeException) in findColumn()
210 …ing SAL_CALL MacabResultSet::getString(sal_Int32 columnIndex) throw(SQLException, RuntimeException) in getString()
237 sal_Bool SAL_CALL MacabResultSet::getBoolean(sal_Int32) throw(SQLException, RuntimeException) in getBoolean()
247 sal_Int8 SAL_CALL MacabResultSet::getByte(sal_Int32) throw(SQLException, RuntimeException) in getByte()
258 sal_Int16 SAL_CALL MacabResultSet::getShort(sal_Int32) throw(SQLException, RuntimeException) in getShort()
269 …_Int32 SAL_CALL MacabResultSet::getInt(sal_Int32 columnIndex) throw(SQLException, RuntimeException) in getInt()
298 …Int64 SAL_CALL MacabResultSet::getLong(sal_Int32 columnIndex) throw(SQLException, RuntimeException) in getLong()
327 float SAL_CALL MacabResultSet::getFloat(sal_Int32 columnIndex) throw(SQLException, RuntimeException) in getFloat()
356 …ble SAL_CALL MacabResultSet::getDouble(sal_Int32 columnIndex) throw(SQLException, RuntimeException) in getDouble()
385 …ence< sal_Int8 > SAL_CALL MacabResultSet::getBytes(sal_Int32) throw(SQLException, RuntimeException) in getBytes()
395 Date SAL_CALL MacabResultSet::getDate(sal_Int32) throw(SQLException, RuntimeException) in getDate()
406 Time SAL_CALL MacabResultSet::getTime(sal_Int32) throw(SQLException, RuntimeException) in getTime()
417 … SAL_CALL MacabResultSet::getTimestamp(sal_Int32 columnIndex) throw(SQLException, RuntimeException) in getTimestamp()
444 …tStream > SAL_CALL MacabResultSet::getBinaryStream(sal_Int32) throw(SQLException, RuntimeException) in getBinaryStream()
454 …ream > SAL_CALL MacabResultSet::getCharacterStream(sal_Int32) throw(SQLException, RuntimeException) in getCharacterStream()
464 …const Reference< ::com::sun::star::container::XNameAccess >&) throw(SQLException, RuntimeException) in getObject()
474 Reference< XRef > SAL_CALL MacabResultSet::getRef(sal_Int32) throw(SQLException, RuntimeException) in getRef()
484 Reference< XBlob > SAL_CALL MacabResultSet::getBlob(sal_Int32) throw(SQLException, RuntimeException) in getBlob()
494 Reference< XClob > SAL_CALL MacabResultSet::getClob(sal_Int32) throw(SQLException, RuntimeException) in getClob()
504 …erence< XArray > SAL_CALL MacabResultSet::getArray(sal_Int32) throw(SQLException, RuntimeException) in getArray()
514 …< XResultSetMetaData > SAL_CALL MacabResultSet::getMetaData() throw(SQLException, RuntimeException) in getMetaData()
526 sal_Bool SAL_CALL MacabResultSet::isBeforeFirst() throw(SQLException, RuntimeException) in isBeforeFirst()
537 sal_Bool SAL_CALL MacabResultSet::isAfterLast() throw(SQLException, RuntimeException) in isAfterLast()
549 sal_Bool SAL_CALL MacabResultSet::isFirst() throw(SQLException, RuntimeException) in isFirst()
560 sal_Bool SAL_CALL MacabResultSet::isLast() throw(SQLException, RuntimeException) in isLast()
572 void SAL_CALL MacabResultSet::beforeFirst() throw(SQLException, RuntimeException) in beforeFirst()
581 void SAL_CALL MacabResultSet::afterLast() throw(SQLException, RuntimeException) in afterLast()
591 void SAL_CALL MacabResultSet::close() throw(SQLException, RuntimeException) in close()
600 sal_Bool SAL_CALL MacabResultSet::first() throw(SQLException, RuntimeException) in first()
613 sal_Bool SAL_CALL MacabResultSet::last() throw(SQLException, RuntimeException) in last()
626 sal_Int32 SAL_CALL MacabResultSet::getRow() throw(SQLException, RuntimeException) in getRow()
634 sal_Bool SAL_CALL MacabResultSet::absolute(sal_Int32 row) throw(SQLException, RuntimeException) in absolute()
648 sal_Bool SAL_CALL MacabResultSet::relative(sal_Int32 row) throw(SQLException, RuntimeException) in relative()
656 sal_Bool SAL_CALL MacabResultSet::next() throw(SQLException, RuntimeException) in next()
664 sal_Bool SAL_CALL MacabResultSet::previous() throw(SQLException, RuntimeException) in previous()
672 …ference< XInterface > SAL_CALL MacabResultSet::getStatement() throw(SQLException, RuntimeException) in getStatement()
681 sal_Bool SAL_CALL MacabResultSet::rowDeleted() throw(SQLException, RuntimeException) in rowDeleted()
689 sal_Bool SAL_CALL MacabResultSet::rowInserted() throw(SQLException, RuntimeException) in rowInserted()
697 sal_Bool SAL_CALL MacabResultSet::rowUpdated() throw(SQLException, RuntimeException) in rowUpdated()
705 sal_Bool SAL_CALL MacabResultSet::wasNull() throw(SQLException, RuntimeException) in wasNull()
713 void SAL_CALL MacabResultSet::cancel() throw(RuntimeException) in cancel()
719 void SAL_CALL MacabResultSet::clearWarnings() throw(SQLException, RuntimeException) in clearWarnings()
723 Any SAL_CALL MacabResultSet::getWarnings() throw(SQLException, RuntimeException) in getWarnings()
728 void SAL_CALL MacabResultSet::insertRow() throw(SQLException, RuntimeException) in insertRow()
736 void SAL_CALL MacabResultSet::updateRow() throw(SQLException, RuntimeException) in updateRow()
744 void SAL_CALL MacabResultSet::deleteRow() throw(SQLException, RuntimeException) in deleteRow()
750 void SAL_CALL MacabResultSet::cancelRowUpdates() throw(SQLException, RuntimeException) in cancelRowUpdates()
756 void SAL_CALL MacabResultSet::moveToInsertRow() throw(SQLException, RuntimeException) in moveToInsertRow()
764 void SAL_CALL MacabResultSet::moveToCurrentRow() throw(SQLException, RuntimeException) in moveToCurrentRow()
770 void SAL_CALL MacabResultSet::updateNull(sal_Int32) throw(SQLException, RuntimeException) in updateNull()
776 …d SAL_CALL MacabResultSet::updateBoolean(sal_Int32, sal_Bool) throw(SQLException, RuntimeException) in updateBoolean()
782 void SAL_CALL MacabResultSet::updateByte(sal_Int32, sal_Int8) throw(SQLException, RuntimeException) in updateByte()
788 …id SAL_CALL MacabResultSet::updateShort(sal_Int32, sal_Int16) throw(SQLException, RuntimeException) in updateShort()
794 void SAL_CALL MacabResultSet::updateInt(sal_Int32, sal_Int32) throw(SQLException, RuntimeException) in updateInt()
800 void SAL_CALL MacabResultSet::updateLong(sal_Int32, sal_Int64) throw(SQLException, RuntimeException) in updateLong()
806 void SAL_CALL MacabResultSet::updateFloat(sal_Int32, float) throw(SQLException, RuntimeException) in updateFloat()
812 void SAL_CALL MacabResultSet::updateDouble(sal_Int32, double) throw(SQLException, RuntimeException) in updateDouble()
818 …cabResultSet::updateString(sal_Int32, const ::rtl::OUString&) throw(SQLException, RuntimeException) in updateString()
824 …esultSet::updateBytes(sal_Int32, const Sequence< sal_Int8 >&) throw(SQLException, RuntimeException) in updateBytes()
830 …d SAL_CALL MacabResultSet::updateDate(sal_Int32, const Date&) throw(SQLException, RuntimeException) in updateDate()
836 …d SAL_CALL MacabResultSet::updateTime(sal_Int32, const Time&) throw(SQLException, RuntimeException) in updateTime()
842 …L MacabResultSet::updateTimestamp(sal_Int32, const DateTime&) throw(SQLException, RuntimeException) in updateTimestamp()
848 …tream(sal_Int32, const Reference< XInputStream >&, sal_Int32) throw(SQLException, RuntimeException) in updateBinaryStream()
854 …tream(sal_Int32, const Reference< XInputStream >&, sal_Int32) throw(SQLException, RuntimeException) in updateCharacterStream()
860 void SAL_CALL MacabResultSet::refreshRow() throw(SQLException, RuntimeException) in refreshRow()
866 … SAL_CALL MacabResultSet::updateObject(sal_Int32, const Any&) throw(SQLException, RuntimeException) in updateObject()
872 …ultSet::updateNumericObject(sal_Int32, const Any&, sal_Int32) throw(SQLException, RuntimeException) in updateNumericObject()
879 Any SAL_CALL MacabResultSet::getBookmark() throw( SQLException, RuntimeException) in getBookmark()
900 …L_CALL MacabResultSet::moveToBookmark(const Any& bookmark) throw( SQLException, RuntimeException) in moveToBookmark()
927 …oveRelativeToBookmark(const Any& bookmark, sal_Int32 rows) throw( SQLException, RuntimeException) in moveRelativeToBookmark()
948 …areBookmarks(const Any& firstItem, const Any& secondItem) throw( SQLException, RuntimeException) in compareBookmarks()
963 sal_Bool SAL_CALL MacabResultSet::hasOrderedBookmarks() throw( SQLException, RuntimeException) in hasOrderedBookmarks()
968 …SAL_CALL MacabResultSet::hashBookmark(const Any& bookmark) throw( SQLException, RuntimeException) in hashBookmark()
979 …L_CALL MacabResultSet::deleteRows(const Sequence< Any >&) throw( SQLException, RuntimeException) in deleteRows()