Lines Matching refs:OResultSet
92 DBG_NAME(OResultSet) in DBG_NAME() argument
95 OResultSet::OResultSet(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet >… in DBG_NAME()
105 DBG_CTOR(OResultSet, NULL); in DBG_NAME()
139 OResultSet::~OResultSet() in ~OResultSet()
145 DBG_DTOR(OResultSet, NULL); in ~OResultSet()
150 Sequence< Type > OResultSet::getTypes() throw (RuntimeException) in getTypes()
160 Sequence< sal_Int8 > OResultSet::getImplementationId() throw (RuntimeException) in getImplementationId()
178 Any OResultSet::queryInterface( const Type & rType ) throw (RuntimeException) in queryInterface()
191 void OResultSet::acquire() throw () in acquire()
197 void OResultSet::release() throw () in release()
205 void OResultSet::disposing() in disposing()
227 void OResultSet::close(void) throw( SQLException, RuntimeException ) in close()
239 rtl::OUString OResultSet::getImplementationName( ) throw(RuntimeException) in getImplementationName()
246 sal_Bool OResultSet::supportsService( const ::rtl::OUString& _rServiceName ) throw (RuntimeExceptio… in supportsService()
253 Sequence< ::rtl::OUString > OResultSet::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
264 Reference< XPropertySetInfo > OResultSet::getPropertySetInfo() throw (RuntimeException) in getPropertySetInfo()
272 ::cppu::IPropertyArrayHelper* OResultSet::createArrayHelper( ) const in createArrayHelper()
287 ::cppu::IPropertyArrayHelper& OResultSet::getInfoHelper() in getInfoHelper()
294 sal_Bool OResultSet::convertFastPropertyValue(Any & rConvertedValue, Any & rOldValue, sal_Int32 nHa… in convertFastPropertyValue()
304 void OResultSet::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) throw (Ex… in setFastPropertyValue_NoBroadcast()
323 void OResultSet::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
338 const_cast<OResultSet*>(this)->getInfoHelper(). in getFastPropertyValue()
350 Any OResultSet::getWarnings(void) throw( SQLException, RuntimeException ) in getWarnings()
359 void OResultSet::clearWarnings(void) throw( SQLException, RuntimeException ) in clearWarnings()
369 Reference< XResultSetMetaData > OResultSet::getMetaData(void) throw( SQLException, RuntimeException… in getMetaData()
380 sal_Int32 OResultSet::findColumn(const rtl::OUString& columnName) throw( SQLException, RuntimeExcep… in findColumn()
416 Reference< ::com::sun::star::container::XNameAccess > OResultSet::getColumns(void) throw( RuntimeEx… in getColumns()
488 sal_Bool OResultSet::wasNull(void) throw( SQLException, RuntimeException ) in wasNull()
497 rtl::OUString OResultSet::getString(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getString()
506 sal_Bool OResultSet::getBoolean(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getBoolean()
515 sal_Int8 OResultSet::getByte(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getByte()
524 sal_Int16 OResultSet::getShort(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getShort()
533 sal_Int32 OResultSet::getInt(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getInt()
542 sal_Int64 OResultSet::getLong(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getLong()
551 float OResultSet::getFloat(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getFloat()
560 double OResultSet::getDouble(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getDouble()
569 Sequence< sal_Int8 > OResultSet::getBytes(sal_Int32 columnIndex) throw( SQLException, RuntimeExcept… in getBytes()
578 ::com::sun::star::util::Date OResultSet::getDate(sal_Int32 columnIndex) throw( SQLException, Runtim… in getDate()
587 ::com::sun::star::util::Time OResultSet::getTime(sal_Int32 columnIndex) throw( SQLException, Runtim… in getTime()
596 ::com::sun::star::util::DateTime OResultSet::getTimestamp(sal_Int32 columnIndex) throw( SQLExceptio… in getTimestamp()
605 Reference< ::com::sun::star::io::XInputStream > OResultSet::getBinaryStream(sal_Int32 columnIndex)… in getBinaryStream()
614 Reference< ::com::sun::star::io::XInputStream > OResultSet::getCharacterStream(sal_Int32 columnInd… in getCharacterStream()
623 Any OResultSet::getObject(sal_Int32 columnIndex, const Reference< ::com::sun::star::container::XNam… in getObject()
632 Reference< XRef > OResultSet::getRef(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getRef()
641 Reference< XBlob > OResultSet::getBlob(sal_Int32 columnIndex) throw( SQLException, RuntimeExceptio… in getBlob()
650 Reference< XClob > OResultSet::getClob(sal_Int32 columnIndex) throw( SQLException, RuntimeExceptio… in getClob()
659 Reference< XArray > OResultSet::getArray(sal_Int32 columnIndex) throw( SQLException, RuntimeExcept… in getArray()
670 void OResultSet::updateNull(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in updateNull()
682 void OResultSet::updateBoolean(sal_Int32 columnIndex, sal_Bool x) throw( SQLException, RuntimeExcep… in updateBoolean()
693 void OResultSet::updateByte(sal_Int32 columnIndex, sal_Int8 x) throw( SQLException, RuntimeExceptio… in updateByte()
704 void OResultSet::updateShort(sal_Int32 columnIndex, sal_Int16 x) throw( SQLException, RuntimeExcept… in updateShort()
715 void OResultSet::updateInt(sal_Int32 columnIndex, sal_Int32 x) throw( SQLException, RuntimeExceptio… in updateInt()
726 void OResultSet::updateLong(sal_Int32 columnIndex, sal_Int64 x) throw( SQLException, RuntimeExcepti… in updateLong()
737 void OResultSet::updateFloat(sal_Int32 columnIndex, float x) throw( SQLException, RuntimeException ) in updateFloat()
748 void OResultSet::updateDouble(sal_Int32 columnIndex, double x) throw( SQLException, RuntimeExceptio… in updateDouble()
759 void OResultSet::updateString(sal_Int32 columnIndex, const rtl::OUString& x) throw( SQLException, R… in updateString()
770 void OResultSet::updateBytes(sal_Int32 columnIndex, const Sequence< sal_Int8 >& x) throw( SQLExcept… in updateBytes()
781 void OResultSet::updateDate(sal_Int32 columnIndex, const ::com::sun::star::util::Date& x) throw( SQ… in updateDate()
792 void OResultSet::updateTime(sal_Int32 columnIndex, const ::com::sun::star::util::Time& x) throw( SQ… in updateTime()
803 void OResultSet::updateTimestamp(sal_Int32 columnIndex, const ::com::sun::star::util::DateTime& x) … in updateTimestamp()
814 void OResultSet::updateBinaryStream(sal_Int32 columnIndex, const Reference< ::com::sun::star::io::X… in updateBinaryStream()
825 void OResultSet::updateCharacterStream(sal_Int32 columnIndex, const Reference< ::com::sun::star::io… in updateCharacterStream()
836 void OResultSet::updateNumericObject(sal_Int32 columnIndex, const Any& x, sal_Int32 scale) throw( S… in updateNumericObject()
848 void OResultSet::updateObject(sal_Int32 columnIndex, const Any& x) throw( SQLException, RuntimeExce… in updateObject()
861 sal_Bool OResultSet::next(void) throw( SQLException, RuntimeException ) in next()
871 sal_Bool OResultSet::isBeforeFirst(void) throw( SQLException, RuntimeException ) in isBeforeFirst()
881 sal_Bool OResultSet::isAfterLast(void) throw( SQLException, RuntimeException ) in isAfterLast()
891 sal_Bool OResultSet::isFirst(void) throw( SQLException, RuntimeException ) in isFirst()
901 sal_Bool OResultSet::isLast(void) throw( SQLException, RuntimeException ) in isLast()
911 void OResultSet::beforeFirst(void) throw( SQLException, RuntimeException ) in beforeFirst()
921 void OResultSet::afterLast(void) throw( SQLException, RuntimeException ) in afterLast()
931 sal_Bool OResultSet::first(void) throw( SQLException, RuntimeException ) in first()
941 sal_Bool OResultSet::last(void) throw( SQLException, RuntimeException ) in last()
951 sal_Int32 OResultSet::getRow(void) throw( SQLException, RuntimeException ) in getRow()
961 sal_Bool OResultSet::absolute(sal_Int32 row) throw( SQLException, RuntimeException ) in absolute()
971 sal_Bool OResultSet::relative(sal_Int32 rows) throw( SQLException, RuntimeException ) in relative()
981 sal_Bool OResultSet::previous(void) throw( SQLException, RuntimeException ) in previous()
991 void OResultSet::refreshRow(void) throw( SQLException, RuntimeException ) in refreshRow()
1001 sal_Bool OResultSet::rowUpdated(void) throw( SQLException, RuntimeException ) in rowUpdated()
1011 sal_Bool OResultSet::rowInserted(void) throw( SQLException, RuntimeException ) in rowInserted()
1021 sal_Bool OResultSet::rowDeleted(void) throw( SQLException, RuntimeException ) in rowDeleted()
1031 Reference< XInterface > OResultSet::getStatement(void) throw( SQLException, RuntimeException ) in getStatement()
1042 Any OResultSet::getBookmark(void) throw( SQLException, RuntimeException ) in getBookmark()
1054 sal_Bool OResultSet::moveToBookmark(const Any& bookmark) throw( SQLException, RuntimeException ) in moveToBookmark()
1066 sal_Bool OResultSet::moveRelativeToBookmark(const Any& bookmark, sal_Int32 rows) throw( SQLExceptio… in moveRelativeToBookmark()
1078 sal_Int32 OResultSet::compareBookmarks(const Any& _first, const Any& _second) throw( SQLException, … in compareBookmarks()
1090 sal_Bool OResultSet::hasOrderedBookmarks(void) throw( SQLException, RuntimeException ) in hasOrderedBookmarks()
1102 sal_Int32 OResultSet::hashBookmark(const Any& bookmark) throw( SQLException, RuntimeException ) in hashBookmark()
1115 void OResultSet::insertRow(void) throw( SQLException, RuntimeException ) in insertRow()
1127 void OResultSet::updateRow(void) throw( SQLException, RuntimeException ) in updateRow()
1139 void OResultSet::deleteRow(void) throw( SQLException, RuntimeException ) in deleteRow()
1151 void OResultSet::cancelRowUpdates(void) throw( SQLException, RuntimeException ) in cancelRowUpdates()
1163 void OResultSet::moveToInsertRow(void) throw( SQLException, RuntimeException ) in moveToInsertRow()
1175 void OResultSet::moveToCurrentRow(void) throw( SQLException, RuntimeException ) in moveToCurrentRow()
1187 void OResultSet::checkReadOnly() const in checkReadOnly()
1193 …Exception( "The result set is read-only.", SQL_GENERAL_ERROR, *const_cast< OResultSet* >( this ) ); in checkReadOnly()
1197 void OResultSet::checkBookmarkable() const in checkBookmarkable()
1201 …sult set does not have bookmark support.", SQL_GENERAL_ERROR, *const_cast< OResultSet* >( this ) ); in checkBookmarkable()