Lines Matching refs:RuntimeException

46 ::rtl::OUString SAL_CALL OResultSet::getImplementationName(  ) throw ( RuntimeException)	\  in getImplementationName()
51 …uence< ::rtl::OUString > SAL_CALL OResultSet::getSupportedServiceNames( ) throw( RuntimeException) in getSupportedServiceNames()
59 …L_CALL OResultSet::supportsService( const ::rtl::OUString& _rServiceName ) throw( RuntimeException) in supportsService()
96 Any SAL_CALL OResultSet::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
104 Sequence< Type > SAL_CALL OResultSet::getTypes( ) throw( RuntimeException) in getTypes()
115 …L OResultSet::findColumn( const ::rtl::OUString& columnName ) throw(SQLException, RuntimeException) in findColumn()
134 …SAL_CALL OResultSet::getBinaryStream( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getBinaryStream()
143 …_CALL OResultSet::getCharacterStream( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getCharacterStream()
153 …Bool SAL_CALL OResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getBoolean()
162 sal_Int8 SAL_CALL OResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte()
173 …Int8 > SAL_CALL OResultSet::getBytes( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getBytes()
183 Date SAL_CALL OResultSet::getDate( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDate()
194 double SAL_CALL OResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble()
205 float SAL_CALL OResultSet::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getFloat()
216 sal_Int32 SAL_CALL OResultSet::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getInt()
226 sal_Int32 SAL_CALL OResultSet::getRow( ) throw(SQLException, RuntimeException) in getRow()
236 …l_Int64 SAL_CALL OResultSet::getLong( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getLong()
245 …ce< XResultSetMetaData > SAL_CALL OResultSet::getMetaData( ) throw(SQLException, RuntimeException) in getMetaData()
256 …rray > SAL_CALL OResultSet::getArray( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getArray()
266 …XClob > SAL_CALL OResultSet::getClob( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getClob()
274 …XBlob > SAL_CALL OResultSet::getBlob( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getBlob()
283 …< XRef > SAL_CALL OResultSet::getRef( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getRef()
292 …erence< ::com::sun::star::container::XNameAccess >& typeMap ) throw(SQLException, RuntimeException) in getObject()
301 …_Int16 SAL_CALL OResultSet::getShort( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getShort()
313 …tring SAL_CALL OResultSet::getString( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getString()
324 Time SAL_CALL OResultSet::getTime( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getTime()
336 …me SAL_CALL OResultSet::getTimestamp( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getTimestamp()
348 sal_Bool SAL_CALL OResultSet::isBeforeFirst( ) throw(SQLException, RuntimeException) in isBeforeFirst()
359 sal_Bool SAL_CALL OResultSet::isAfterLast( ) throw(SQLException, RuntimeException) in isAfterLast()
367 sal_Bool SAL_CALL OResultSet::isFirst( ) throw(SQLException, RuntimeException) in isFirst()
376 sal_Bool SAL_CALL OResultSet::isLast( ) throw(SQLException, RuntimeException) in isLast()
385 void SAL_CALL OResultSet::beforeFirst( ) throw(SQLException, RuntimeException) in beforeFirst()
394 void SAL_CALL OResultSet::afterLast( ) throw(SQLException, RuntimeException) in afterLast()
401 void SAL_CALL OResultSet::close( ) throw(SQLException, RuntimeException) in close()
412 sal_Bool SAL_CALL OResultSet::first( ) throw(SQLException, RuntimeException) in first()
421 sal_Bool SAL_CALL OResultSet::last( ) throw(SQLException, RuntimeException) in last()
429 sal_Bool SAL_CALL OResultSet::absolute( sal_Int32 row ) throw(SQLException, RuntimeException) in absolute()
437 sal_Bool SAL_CALL OResultSet::relative( sal_Int32 row ) throw(SQLException, RuntimeException) in relative()
445 sal_Bool SAL_CALL OResultSet::previous( ) throw(SQLException, RuntimeException) in previous()
453 Reference< XInterface > SAL_CALL OResultSet::getStatement( ) throw(SQLException, RuntimeException) in getStatement()
463 sal_Bool SAL_CALL OResultSet::rowDeleted( ) throw(SQLException, RuntimeException) in rowDeleted()
472 sal_Bool SAL_CALL OResultSet::rowInserted( ) throw(SQLException, RuntimeException) in rowInserted()
481 sal_Bool SAL_CALL OResultSet::rowUpdated( ) throw(SQLException, RuntimeException) in rowUpdated()
491 sal_Bool SAL_CALL OResultSet::next( ) throw(SQLException, RuntimeException) in next()
501 sal_Bool SAL_CALL OResultSet::wasNull( ) throw(SQLException, RuntimeException) in wasNull()
511 void SAL_CALL OResultSet::cancel( ) throw(RuntimeException) in cancel()
518 void SAL_CALL OResultSet::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
522 Any SAL_CALL OResultSet::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
527 void SAL_CALL OResultSet::insertRow( ) throw(SQLException, RuntimeException) in insertRow()
535 void SAL_CALL OResultSet::updateRow( ) throw(SQLException, RuntimeException) in updateRow()
544 void SAL_CALL OResultSet::deleteRow( ) throw(SQLException, RuntimeException) in deleteRow()
551 void SAL_CALL OResultSet::cancelRowUpdates( ) throw(SQLException, RuntimeException) in cancelRowUpdates()
558 void SAL_CALL OResultSet::moveToInsertRow( ) throw(SQLException, RuntimeException) in moveToInsertRow()
568 void SAL_CALL OResultSet::moveToCurrentRow( ) throw(SQLException, RuntimeException) in moveToCurrentRow()
575 void SAL_CALL OResultSet::updateNull( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in updateNull()
582 …ResultSet::updateBoolean( sal_Int32 columnIndex, sal_Bool x ) throw(SQLException, RuntimeException) in updateBoolean()
589 …L OResultSet::updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(SQLException, RuntimeException) in updateByte()
597 …OResultSet::updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(SQLException, RuntimeException) in updateShort()
604 …L OResultSet::updateInt( sal_Int32 columnIndex, sal_Int32 x ) throw(SQLException, RuntimeException) in updateInt()
611 … OResultSet::updateLong( sal_Int32 columnIndex, sal_Int64 x ) throw(SQLException, RuntimeException) in updateLong()
618 …ALL OResultSet::updateFloat( sal_Int32 columnIndex, float x ) throw(SQLException, RuntimeException) in updateFloat()
626 …L OResultSet::updateDouble( sal_Int32 columnIndex, double x ) throw(SQLException, RuntimeException) in updateDouble()
633 …dateString( sal_Int32 columnIndex, const ::rtl::OUString& x ) throw(SQLException, RuntimeException) in updateString()
640 …Bytes( sal_Int32 columnIndex, const Sequence< sal_Int8 >& x ) throw(SQLException, RuntimeException) in updateBytes()
647 …ResultSet::updateDate( sal_Int32 columnIndex, const Date& x ) throw(SQLException, RuntimeException) in updateDate()
655 …ResultSet::updateTime( sal_Int32 columnIndex, const Time& x ) throw(SQLException, RuntimeException) in updateTime()
663 …::updateTimestamp( sal_Int32 columnIndex, const DateTime& x ) throw(SQLException, RuntimeException) in updateTimestamp()
671 …Index, const Reference< XInputStream >& x, sal_Int32 length ) throw(SQLException, RuntimeException) in updateBinaryStream()
678 …Index, const Reference< XInputStream >& x, sal_Int32 length ) throw(SQLException, RuntimeException) in updateCharacterStream()
685 void SAL_CALL OResultSet::refreshRow( ) throw(SQLException, RuntimeException) in refreshRow()
692 …esultSet::updateObject( sal_Int32 columnIndex, const Any& x ) throw(SQLException, RuntimeException) in updateObject()
700 …bject( sal_Int32 columnIndex, const Any& x, sal_Int32 scale ) throw(SQLException, RuntimeException) in updateNumericObject()
708 Any SAL_CALL OResultSet::getBookmark( ) throw( SQLException, RuntimeException) in getBookmark()
718 …SAL_CALL OResultSet::moveToBookmark( const Any& bookmark ) throw( SQLException, RuntimeException) in moveToBookmark()
726 …eRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) throw( SQLException, RuntimeException) in moveRelativeToBookmark()
734 …::compareBookmarks( const Any& first, const Any& second ) throw( SQLException, RuntimeException) in compareBookmarks()
743 sal_Bool SAL_CALL OResultSet::hasOrderedBookmarks( ) throw( SQLException, RuntimeException) in hasOrderedBookmarks()
748 …2 SAL_CALL OResultSet::hashBookmark( const Any& bookmark ) throw( SQLException, RuntimeException) in hashBookmark()
754 …ALL OResultSet::deleteRows( const Sequence< Any >& rows ) throw( SQLException, RuntimeException) in deleteRows()
855 …etInfo > SAL_CALL OResultSet::getPropertySetInfo( ) throw(::com::sun::star::uno::RuntimeException) in getPropertySetInfo()