Lines Matching refs:OResultSet

61 ::rtl::OUString SAL_CALL OResultSet::getImplementationName(  ) throw (::com::sun::star::uno::Runtim…  in getImplementationName()
66 ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL OResultSet::getSupportedServiceNames( … in getSupportedServiceNames()
74 sal_Bool SAL_CALL OResultSet::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com::… in supportsService()
85 OResultSet::OResultSet(ADORecordset* _pRecordSet,OStatement_Base* pStmt) : OResultSet_BASE(m_aMutex) in OResultSet() function in OResultSet
96 OResultSet::OResultSet(ADORecordset* _pRecordSet) : OResultSet_BASE(m_aMutex) in OResultSet() function in OResultSet
105 void OResultSet::construct() in construct()
122 OResultSet::~OResultSet() in ~OResultSet()
128 void OResultSet::disposing(void) in disposing()
139 Any SAL_CALL OResultSet::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
145 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL OResultSet::getTypes( ) th… in getTypes()
156 sal_Int32 SAL_CALL OResultSet::findColumn( const ::rtl::OUString& columnName ) throw(SQLException, … in findColumn()
173 Reference< ::com::sun::star::io::XInputStream > SAL_CALL OResultSet::getBinaryStream( sal_Int32 col… in getBinaryStream()
213 Reference< ::com::sun::star::io::XInputStream > SAL_CALL OResultSet::getCharacterStream( sal_Int32 … in getCharacterStream()
219 OLEVariant OResultSet::getValue(sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getValue()
229 sal_Bool SAL_CALL OResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcept… in getBoolean()
235 sal_Int8 SAL_CALL OResultSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte()
241 Sequence< sal_Int8 > SAL_CALL OResultSet::getBytes( sal_Int32 columnIndex ) throw(SQLException, Run… in getBytes()
247 ::com::sun::star::util::Date SAL_CALL OResultSet::getDate( sal_Int32 columnIndex ) throw(SQLExcepti… in getDate()
253 double SAL_CALL OResultSet::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getDouble()
259 float SAL_CALL OResultSet::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getFloat()
265 sal_Int32 SAL_CALL OResultSet::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getInt()
271 sal_Int32 SAL_CALL OResultSet::getRow( ) throw(SQLException, RuntimeException) in getRow()
284 sal_Int64 SAL_CALL OResultSet::getLong( sal_Int32 /*columnIndex*/ ) throw(SQLException, RuntimeExce… in getLong()
291 Reference< XResultSetMetaData > SAL_CALL OResultSet::getMetaData( ) throw(SQLException, RuntimeExc… in getMetaData()
302 Reference< XArray > SAL_CALL OResultSet::getArray( sal_Int32 /*columnIndex*/ ) throw(SQLException, … in getArray()
310 Reference< XClob > SAL_CALL OResultSet::getClob( sal_Int32 /*columnIndex*/ ) throw(SQLException, Ru… in getClob()
316 Reference< XBlob > SAL_CALL OResultSet::getBlob( sal_Int32 /*columnIndex*/ ) throw(SQLException, Ru… in getBlob()
323 Reference< XRef > SAL_CALL OResultSet::getRef( sal_Int32 /*columnIndex*/ ) throw(SQLException, Runt… in getRef()
330 Any SAL_CALL OResultSet::getObject( sal_Int32 columnIndex, const Reference< ::com::sun::star::conta… in getObject()
336 sal_Int16 SAL_CALL OResultSet::getShort( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcepti… in getShort()
342 ::rtl::OUString SAL_CALL OResultSet::getString( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getString()
350 ::com::sun::star::util::Time SAL_CALL OResultSet::getTime( sal_Int32 columnIndex ) throw(SQLExcepti… in getTime()
357 ::com::sun::star::util::DateTime SAL_CALL OResultSet::getTimestamp( sal_Int32 columnIndex ) throw(S… in getTimestamp()
363 sal_Bool SAL_CALL OResultSet::isAfterLast( ) throw(SQLException, RuntimeException) in isAfterLast()
374 sal_Bool SAL_CALL OResultSet::isFirst( ) throw(SQLException, RuntimeException) in isFirst()
383 sal_Bool SAL_CALL OResultSet::isLast( ) throw(SQLException, RuntimeException) in isLast()
392 void SAL_CALL OResultSet::beforeFirst( ) throw(SQLException, RuntimeException) in beforeFirst()
402 void SAL_CALL OResultSet::afterLast( ) throw(SQLException, RuntimeException) in afterLast()
414 void SAL_CALL OResultSet::close( ) throw(SQLException, RuntimeException) in close()
425 sal_Bool SAL_CALL OResultSet::first( ) throw(SQLException, RuntimeException) in first()
441 sal_Bool SAL_CALL OResultSet::last( ) throw(SQLException, RuntimeException) in last()
456 sal_Bool SAL_CALL OResultSet::absolute( sal_Int32 row ) throw(SQLException, RuntimeException) in absolute()
489 sal_Bool SAL_CALL OResultSet::relative( sal_Int32 row ) throw(SQLException, RuntimeException) in relative()
509 sal_Bool SAL_CALL OResultSet::previous( ) throw(SQLException, RuntimeException) in previous()
523 Reference< XInterface > SAL_CALL OResultSet::getStatement( ) throw(SQLException, RuntimeException) in getStatement()
531 sal_Bool SAL_CALL OResultSet::rowDeleted( ) throw(SQLException, RuntimeException) in rowDeleted()
545 sal_Bool SAL_CALL OResultSet::rowInserted( ) throw(SQLException, RuntimeException) in rowInserted()
558 sal_Bool SAL_CALL OResultSet::rowUpdated( ) throw(SQLException, RuntimeException) in rowUpdated()
570 sal_Bool SAL_CALL OResultSet::isBeforeFirst( ) throw(SQLException, RuntimeException) in isBeforeFirst()
587 sal_Bool SAL_CALL OResultSet::next( ) throw(SQLException, RuntimeException) in next()
618 sal_Bool SAL_CALL OResultSet::wasNull( ) throw(SQLException, RuntimeException) in wasNull()
628 void SAL_CALL OResultSet::cancel( ) throw(RuntimeException) in cancel()
637 void SAL_CALL OResultSet::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
641 Any SAL_CALL OResultSet::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
646 void SAL_CALL OResultSet::insertRow( ) throw(SQLException, RuntimeException) in insertRow()
657 void SAL_CALL OResultSet::updateRow( ) throw(SQLException, RuntimeException) in updateRow()
668 void SAL_CALL OResultSet::deleteRow( ) throw(SQLException, RuntimeException) in deleteRow()
679 void SAL_CALL OResultSet::cancelRowUpdates( ) throw(SQLException, RuntimeException) in cancelRowUpdates()
689 void SAL_CALL OResultSet::moveToInsertRow( ) throw(SQLException, RuntimeException) in moveToInsertRow()
698 void SAL_CALL OResultSet::moveToCurrentRow( ) throw(SQLException, RuntimeException) in moveToCurrentRow()
702 void OResultSet::updateValue(sal_Int32 columnIndex,const OLEVariant& x) in updateValue()
711 void SAL_CALL OResultSet::updateNull( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in updateNull()
719 void SAL_CALL OResultSet::updateBoolean( sal_Int32 columnIndex, sal_Bool x ) throw(SQLException, Ru… in updateBoolean()
724 void SAL_CALL OResultSet::updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(SQLException, Runti… in updateByte()
730 void SAL_CALL OResultSet::updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(SQLException, Run… in updateShort()
735 void SAL_CALL OResultSet::updateInt( sal_Int32 columnIndex, sal_Int32 x ) throw(SQLException, Runti… in updateInt()
740 void SAL_CALL OResultSet::updateLong( sal_Int32 columnIndex, sal_Int64 x ) throw(SQLException, Runt… in updateLong()
745 void SAL_CALL OResultSet::updateFloat( sal_Int32 columnIndex, float x ) throw(SQLException, Runtime… in updateFloat()
751 void SAL_CALL OResultSet::updateDouble( sal_Int32 columnIndex, double x ) throw(SQLException, Runti… in updateDouble()
756 void SAL_CALL OResultSet::updateString( sal_Int32 columnIndex, const ::rtl::OUString& x ) throw(SQL… in updateString()
761 void SAL_CALL OResultSet::updateBytes( sal_Int32 columnIndex, const Sequence< sal_Int8 >& x ) throw… in updateBytes()
766 void SAL_CALL OResultSet::updateDate( sal_Int32 columnIndex, const ::com::sun::star::util::Date& x … in updateDate()
772 void SAL_CALL OResultSet::updateTime( sal_Int32 columnIndex, const ::com::sun::star::util::Time& x … in updateTime()
778 void SAL_CALL OResultSet::updateTimestamp( sal_Int32 columnIndex, const ::com::sun::star::util::Dat… in updateTimestamp()
784 void SAL_CALL OResultSet::updateBinaryStream( sal_Int32 columnIndex, const Reference< ::com::sun::s… in updateBinaryStream()
794 void SAL_CALL OResultSet::updateCharacterStream( sal_Int32 columnIndex, const Reference< ::com::sun… in updateCharacterStream()
804 void SAL_CALL OResultSet::refreshRow( ) throw(SQLException, RuntimeException) in refreshRow()
813 void SAL_CALL OResultSet::updateObject( sal_Int32 columnIndex, const Any& x ) throw(SQLException, R… in updateObject()
820 void SAL_CALL OResultSet::updateNumericObject( sal_Int32 columnIndex, const Any& x, sal_Int32 /*sca… in updateNumericObject()
827 Any SAL_CALL OResultSet::getBookmark( ) throw(SQLException, RuntimeException) in getBookmark()
842 sal_Bool SAL_CALL OResultSet::moveToBookmark( const Any& bookmark ) throw(SQLException, RuntimeExce… in moveToBookmark()
857 sal_Bool SAL_CALL OResultSet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) throw(S… in moveRelativeToBookmark()
872 sal_Int32 SAL_CALL OResultSet::compareBookmarks( const Any& first, const Any& second ) throw(SQLExc… in compareBookmarks()
891 sal_Bool SAL_CALL OResultSet::hasOrderedBookmarks( ) throw(SQLException, RuntimeException) in hasOrderedBookmarks()
917 sal_Int32 SAL_CALL OResultSet::hashBookmark( const Any& bookmark ) throw(SQLException, RuntimeExcep… in hashBookmark()
929 Sequence< sal_Int32 > SAL_CALL OResultSet::deleteRows( const Sequence< Any >& rows ) throw(SQLExcep… in deleteRows()
977 sal_Int32 OResultSet::getResultSetConcurrency() const in getResultSetConcurrency()
997 sal_Int32 OResultSet::getResultSetType() const in getResultSetType()
1022 sal_Int32 OResultSet::getFetchDirection() const in getFetchDirection()
1028 sal_Int32 OResultSet::getFetchSize() const in getFetchSize()
1036 ::rtl::OUString OResultSet::getCursorName() const in getCursorName()
1043 void OResultSet::setFetchDirection(sal_Int32 /*_par0*/) in setFetchDirection()
1049 void OResultSet::setFetchSize(sal_Int32 _par0) in setFetchSize()
1055 ::cppu::IPropertyArrayHelper* OResultSet::createArrayHelper( ) const in createArrayHelper()
1071 ::cppu::IPropertyArrayHelper & OResultSet::getInfoHelper() in getInfoHelper()
1073 return *const_cast<OResultSet*>(this)->getArrayHelper(); in getInfoHelper()
1076 sal_Bool OResultSet::convertFastPropertyValue( in convertFastPropertyValue()
1101 void OResultSet::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue)throw (Except… in setFastPropertyValue_NoBroadcast()
1122 void OResultSet::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const in getFastPropertyValue()
1152 void SAL_CALL OResultSet::acquire() throw() in acquire()
1157 void SAL_CALL OResultSet::release() throw() in release()
1162 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL OResultSet::… in getPropertySetInfo()