Lines Matching refs:SAL_CALL

151 Any SAL_CALL MacabResultSet::queryInterface(const Type & rType) throw(RuntimeException)  in queryInterface()
159 void SAL_CALL MacabResultSet::acquire() throw() in acquire()
164 void SAL_CALL MacabResultSet::release() throw() in release()
169 Sequence< Type > SAL_CALL MacabResultSet::getTypes() throw(RuntimeException) in getTypes()
179 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL MacabResultS… in getPropertySetInfo()
184 sal_Int32 SAL_CALL MacabResultSet::findColumn(const ::rtl::OUString& columnName) throw(SQLException… in findColumn()
210 ::rtl::OUString SAL_CALL MacabResultSet::getString(sal_Int32 columnIndex) throw(SQLException, Runti… 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 sal_Int32 SAL_CALL MacabResultSet::getInt(sal_Int32 columnIndex) throw(SQLException, RuntimeExcepti… in getInt()
298 sal_Int64 SAL_CALL MacabResultSet::getLong(sal_Int32 columnIndex) throw(SQLException, RuntimeExcept… in getLong()
327 float SAL_CALL MacabResultSet::getFloat(sal_Int32 columnIndex) throw(SQLException, RuntimeException) in getFloat()
356 double SAL_CALL MacabResultSet::getDouble(sal_Int32 columnIndex) throw(SQLException, RuntimeExcepti… in getDouble()
385 Sequence< sal_Int8 > SAL_CALL MacabResultSet::getBytes(sal_Int32) throw(SQLException, RuntimeExcept… 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 DateTime SAL_CALL MacabResultSet::getTimestamp(sal_Int32 columnIndex) throw(SQLException, RuntimeEx… in getTimestamp()
444 Reference< XInputStream > SAL_CALL MacabResultSet::getBinaryStream(sal_Int32) throw(SQLException, R… in getBinaryStream()
454 Reference< XInputStream > SAL_CALL MacabResultSet::getCharacterStream(sal_Int32) throw(SQLException… in getCharacterStream()
464 Any SAL_CALL MacabResultSet::getObject(sal_Int32, const Reference< ::com::sun::star::container::XNa… 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 Reference< XArray > SAL_CALL MacabResultSet::getArray(sal_Int32) throw(SQLException, RuntimeExcepti… in getArray()
514 Reference< XResultSetMetaData > SAL_CALL MacabResultSet::getMetaData() throw(SQLException, RuntimeE… 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 Reference< XInterface > SAL_CALL MacabResultSet::getStatement() throw(SQLException, RuntimeExceptio… 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 void SAL_CALL MacabResultSet::updateBoolean(sal_Int32, sal_Bool) throw(SQLException, RuntimeExcepti… in updateBoolean()
782 void SAL_CALL MacabResultSet::updateByte(sal_Int32, sal_Int8) throw(SQLException, RuntimeException) in updateByte()
788 void SAL_CALL MacabResultSet::updateShort(sal_Int32, sal_Int16) throw(SQLException, RuntimeExceptio… 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 void SAL_CALL MacabResultSet::updateString(sal_Int32, const ::rtl::OUString&) throw(SQLException, R… in updateString()
824 void SAL_CALL MacabResultSet::updateBytes(sal_Int32, const Sequence< sal_Int8 >&) throw(SQLExceptio… in updateBytes()
830 void SAL_CALL MacabResultSet::updateDate(sal_Int32, const Date&) throw(SQLException, RuntimeExcepti… in updateDate()
836 void SAL_CALL MacabResultSet::updateTime(sal_Int32, const Time&) throw(SQLException, RuntimeExcepti… in updateTime()
842 void SAL_CALL MacabResultSet::updateTimestamp(sal_Int32, const DateTime&) throw(SQLException, Runti… in updateTimestamp()
848 void SAL_CALL MacabResultSet::updateBinaryStream(sal_Int32, const Reference< XInputStream >&, sal_I… in updateBinaryStream()
854 void SAL_CALL MacabResultSet::updateCharacterStream(sal_Int32, const Reference< XInputStream >&, sa… in updateCharacterStream()
860 void SAL_CALL MacabResultSet::refreshRow() throw(SQLException, RuntimeException) in refreshRow()
866 void SAL_CALL MacabResultSet::updateObject(sal_Int32, const Any&) throw(SQLException, RuntimeExcept… in updateObject()
872 void SAL_CALL MacabResultSet::updateNumericObject(sal_Int32, const Any&, sal_Int32) throw(SQLExcept… in updateNumericObject()
879 Any SAL_CALL MacabResultSet::getBookmark() throw( SQLException, RuntimeException) in getBookmark()
900 sal_Bool SAL_CALL MacabResultSet::moveToBookmark(const Any& bookmark) throw( SQLException, Runtim… in moveToBookmark()
927 sal_Bool SAL_CALL MacabResultSet::moveRelativeToBookmark(const Any& bookmark, sal_Int32 rows) thro… in moveRelativeToBookmark()
948 sal_Int32 SAL_CALL MacabResultSet::compareBookmarks(const Any& firstItem, const Any& secondItem) … in compareBookmarks()
963 sal_Bool SAL_CALL MacabResultSet::hasOrderedBookmarks() throw( SQLException, RuntimeException) in hasOrderedBookmarks()
968 sal_Int32 SAL_CALL MacabResultSet::hashBookmark(const Any& bookmark) throw( SQLException, Runtime… in hashBookmark()
979 Sequence< sal_Int32 > SAL_CALL MacabResultSet::deleteRows(const Sequence< Any >&) throw( SQLExcep… in deleteRows()