Lines Matching refs:RuntimeException

124 Any SAL_CALL KabResultSet::queryInterface(const Type & rType) throw(RuntimeException)  in queryInterface()
142 Sequence< Type > SAL_CALL KabResultSet::getTypes() throw(RuntimeException) in getTypes()
152 …Info > SAL_CALL KabResultSet::getPropertySetInfo( ) throw(::com::sun::star::uno::RuntimeException) in getPropertySetInfo()
157 …L KabResultSet::findColumn(const ::rtl::OUString& columnName) throw(SQLException, RuntimeException) in findColumn()
184 …tring SAL_CALL KabResultSet::getString(sal_Int32 columnIndex) throw(SQLException, RuntimeException) in getString()
221 sal_Bool SAL_CALL KabResultSet::getBoolean(sal_Int32) throw(SQLException, RuntimeException) in getBoolean()
231 sal_Int8 SAL_CALL KabResultSet::getByte(sal_Int32) throw(SQLException, RuntimeException) in getByte()
242 sal_Int16 SAL_CALL KabResultSet::getShort(sal_Int32) throw(SQLException, RuntimeException) in getShort()
253 sal_Int32 SAL_CALL KabResultSet::getInt(sal_Int32) throw(SQLException, RuntimeException) in getInt()
264 sal_Int64 SAL_CALL KabResultSet::getLong(sal_Int32) throw(SQLException, RuntimeException) in getLong()
274 float SAL_CALL KabResultSet::getFloat(sal_Int32) throw(SQLException, RuntimeException) in getFloat()
285 double SAL_CALL KabResultSet::getDouble(sal_Int32) throw(SQLException, RuntimeException) in getDouble()
296 …quence< sal_Int8 > SAL_CALL KabResultSet::getBytes(sal_Int32) throw(SQLException, RuntimeException) in getBytes()
306 Date SAL_CALL KabResultSet::getDate(sal_Int32) throw(SQLException, RuntimeException) in getDate()
317 Time SAL_CALL KabResultSet::getTime(sal_Int32) throw(SQLException, RuntimeException) in getTime()
328 …me SAL_CALL KabResultSet::getTimestamp(sal_Int32 columnIndex) throw(SQLException, RuntimeException) in getTimestamp()
368 …putStream > SAL_CALL KabResultSet::getBinaryStream(sal_Int32) throw(SQLException, RuntimeException) in getBinaryStream()
378 …Stream > SAL_CALL KabResultSet::getCharacterStream(sal_Int32) throw(SQLException, RuntimeException) in getCharacterStream()
388 …const Reference< ::com::sun::star::container::XNameAccess >&) throw(SQLException, RuntimeException) in getObject()
398 Reference< XRef > SAL_CALL KabResultSet::getRef(sal_Int32) throw(SQLException, RuntimeException) in getRef()
408 Reference< XBlob > SAL_CALL KabResultSet::getBlob(sal_Int32) throw(SQLException, RuntimeException) in getBlob()
418 Reference< XClob > SAL_CALL KabResultSet::getClob(sal_Int32) throw(SQLException, RuntimeException) in getClob()
428 Reference< XArray > SAL_CALL KabResultSet::getArray(sal_Int32) throw(SQLException, RuntimeException) in getArray()
438 …ce< XResultSetMetaData > SAL_CALL KabResultSet::getMetaData() throw(SQLException, RuntimeException) in getMetaData()
450 sal_Bool SAL_CALL KabResultSet::isBeforeFirst() throw(SQLException, RuntimeException) in isBeforeFirst()
461 sal_Bool SAL_CALL KabResultSet::isAfterLast() throw(SQLException, RuntimeException) in isAfterLast()
473 sal_Bool SAL_CALL KabResultSet::isFirst() throw(SQLException, RuntimeException) in isFirst()
484 sal_Bool SAL_CALL KabResultSet::isLast() throw(SQLException, RuntimeException) in isLast()
496 void SAL_CALL KabResultSet::beforeFirst() throw(SQLException, RuntimeException) in beforeFirst()
505 void SAL_CALL KabResultSet::afterLast() throw(SQLException, RuntimeException) in afterLast()
515 void SAL_CALL KabResultSet::close() throw(SQLException, RuntimeException) in close()
524 sal_Bool SAL_CALL KabResultSet::first() throw(SQLException, RuntimeException) in first()
537 sal_Bool SAL_CALL KabResultSet::last() throw(SQLException, RuntimeException) in last()
550 sal_Int32 SAL_CALL KabResultSet::getRow() throw(SQLException, RuntimeException) in getRow()
558 sal_Bool SAL_CALL KabResultSet::absolute(sal_Int32 row) throw(SQLException, RuntimeException) in absolute()
572 sal_Bool SAL_CALL KabResultSet::relative(sal_Int32 row) throw(SQLException, RuntimeException) in relative()
580 sal_Bool SAL_CALL KabResultSet::next() throw(SQLException, RuntimeException) in next()
588 sal_Bool SAL_CALL KabResultSet::previous() throw(SQLException, RuntimeException) in previous()
596 Reference< XInterface > SAL_CALL KabResultSet::getStatement() throw(SQLException, RuntimeException) in getStatement()
605 sal_Bool SAL_CALL KabResultSet::rowDeleted() throw(SQLException, RuntimeException) in rowDeleted()
613 sal_Bool SAL_CALL KabResultSet::rowInserted() throw(SQLException, RuntimeException) in rowInserted()
621 sal_Bool SAL_CALL KabResultSet::rowUpdated() throw(SQLException, RuntimeException) in rowUpdated()
629 sal_Bool SAL_CALL KabResultSet::wasNull() throw(SQLException, RuntimeException) in wasNull()
637 void SAL_CALL KabResultSet::cancel() throw(RuntimeException) in cancel()
643 void SAL_CALL KabResultSet::clearWarnings() throw(SQLException, RuntimeException) in clearWarnings()
647 Any SAL_CALL KabResultSet::getWarnings() throw(SQLException, RuntimeException) in getWarnings()
652 void SAL_CALL KabResultSet::insertRow() throw(SQLException, RuntimeException) in insertRow()
660 void SAL_CALL KabResultSet::updateRow() throw(SQLException, RuntimeException) in updateRow()
668 void SAL_CALL KabResultSet::deleteRow() throw(SQLException, RuntimeException) in deleteRow()
674 void SAL_CALL KabResultSet::cancelRowUpdates() throw(SQLException, RuntimeException) in cancelRowUpdates()
680 void SAL_CALL KabResultSet::moveToInsertRow() throw(SQLException, RuntimeException) in moveToInsertRow()
688 void SAL_CALL KabResultSet::moveToCurrentRow() throw(SQLException, RuntimeException) in moveToCurrentRow()
694 void SAL_CALL KabResultSet::updateNull(sal_Int32) throw(SQLException, RuntimeException) in updateNull()
700 void SAL_CALL KabResultSet::updateBoolean(sal_Int32, sal_Bool) throw(SQLException, RuntimeException) in updateBoolean()
706 void SAL_CALL KabResultSet::updateByte(sal_Int32, sal_Int8) throw(SQLException, RuntimeException) in updateByte()
712 void SAL_CALL KabResultSet::updateShort(sal_Int32, sal_Int16) throw(SQLException, RuntimeException) in updateShort()
718 void SAL_CALL KabResultSet::updateInt(sal_Int32, sal_Int32) throw(SQLException, RuntimeException) in updateInt()
724 void SAL_CALL KabResultSet::updateLong(sal_Int32, sal_Int64) throw(SQLException, RuntimeException) in updateLong()
730 void SAL_CALL KabResultSet::updateFloat(sal_Int32, float) throw(SQLException, RuntimeException) in updateFloat()
736 void SAL_CALL KabResultSet::updateDouble(sal_Int32, double) throw(SQLException, RuntimeException) in updateDouble()
742 …KabResultSet::updateString(sal_Int32, const ::rtl::OUString&) throw(SQLException, RuntimeException) in updateString()
748 …esultSet::updateBytes(sal_Int32, const Sequence< sal_Int8 >&) throw(SQLException, RuntimeException) in updateBytes()
754 void SAL_CALL KabResultSet::updateDate(sal_Int32, const Date&) throw(SQLException, RuntimeException) in updateDate()
760 void SAL_CALL KabResultSet::updateTime(sal_Int32, const Time&) throw(SQLException, RuntimeException) in updateTime()
766 …ALL KabResultSet::updateTimestamp(sal_Int32, const DateTime&) throw(SQLException, RuntimeException) in updateTimestamp()
772 …tream(sal_Int32, const Reference< XInputStream >&, sal_Int32) throw(SQLException, RuntimeException) in updateBinaryStream()
778 …tream(sal_Int32, const Reference< XInputStream >&, sal_Int32) throw(SQLException, RuntimeException) in updateCharacterStream()
784 void SAL_CALL KabResultSet::refreshRow() throw(SQLException, RuntimeException) in refreshRow()
790 …id SAL_CALL KabResultSet::updateObject(sal_Int32, const Any&) throw(SQLException, RuntimeException) in updateObject()
796 …ultSet::updateNumericObject(sal_Int32, const Any&, sal_Int32) throw(SQLException, RuntimeException) in updateNumericObject()
803 Any SAL_CALL KabResultSet::getBookmark() throw( SQLException, RuntimeException) in getBookmark()
819 …SAL_CALL KabResultSet::moveToBookmark(const Any& bookmark) throw( SQLException, RuntimeException) in moveToBookmark()
841 …oveRelativeToBookmark(const Any& bookmark, sal_Int32 rows) throw( SQLException, RuntimeException) in moveRelativeToBookmark()
862 …areBookmarks(const Any& firstItem, const Any& secondItem) throw( SQLException, RuntimeException) in compareBookmarks()
877 sal_Bool SAL_CALL KabResultSet::hasOrderedBookmarks() throw( SQLException, RuntimeException) in hasOrderedBookmarks()
882 …2 SAL_CALL KabResultSet::hashBookmark(const Any& bookmark) throw( SQLException, RuntimeException) in hashBookmark()
893 …SAL_CALL KabResultSet::deleteRows(const Sequence< Any >&) throw( SQLException, RuntimeException) in deleteRows()