LibreOffice Module connectivity (master) 1
Public Member Functions | Protected Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
connectivity::ado::OResultSet Class Reference

#include <AResultSet.hxx>

Inheritance diagram for connectivity::ado::OResultSet:
[legend]
Collaboration diagram for connectivity::ado::OResultSet:
[legend]

Public Member Functions

 OResultSet (ADORecordset *_pRecordSet, OStatement_Base *pStmt)
 
 OResultSet (ADORecordset *_pRecordSet)
 
void construct ()
 
void setMetaData (const css::uno::Reference< css::sdbc::XResultSetMetaData > &_xMetaData)
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 
virtual void SAL_CALL disposing () override
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &rType) override
 
virtual void SAL_CALL acquire () noexcept override
 
virtual void SAL_CALL release () noexcept override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () override
 
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo () override
 
virtual sal_Bool SAL_CALL next () override
 
virtual sal_Bool SAL_CALL isBeforeFirst () override
 
virtual sal_Bool SAL_CALL isAfterLast () override
 
virtual sal_Bool SAL_CALL isFirst () override
 
virtual sal_Bool SAL_CALL isLast () override
 
virtual void SAL_CALL beforeFirst () override
 
virtual void SAL_CALL afterLast () override
 
virtual sal_Bool SAL_CALL first () override
 
virtual sal_Bool SAL_CALL last () override
 
virtual sal_Int32 SAL_CALL getRow () override
 
virtual sal_Bool SAL_CALL absolute (sal_Int32 row) override
 
virtual sal_Bool SAL_CALL relative (sal_Int32 rows) override
 
virtual sal_Bool SAL_CALL previous () override
 
virtual void SAL_CALL refreshRow () override
 
virtual sal_Bool SAL_CALL rowUpdated () override
 
virtual sal_Bool SAL_CALL rowInserted () override
 
virtual sal_Bool SAL_CALL rowDeleted () override
 
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL getStatement () override
 
virtual sal_Bool SAL_CALL wasNull () override
 
virtual OUString SAL_CALL getString (sal_Int32 columnIndex) override
 
virtual sal_Bool SAL_CALL getBoolean (sal_Int32 columnIndex) override
 
virtual sal_Int8 SAL_CALL getByte (sal_Int32 columnIndex) override
 
virtual sal_Int16 SAL_CALL getShort (sal_Int32 columnIndex) override
 
virtual sal_Int32 SAL_CALL getInt (sal_Int32 columnIndex) override
 
virtual sal_Int64 SAL_CALL getLong (sal_Int32 columnIndex) override
 
virtual float SAL_CALL getFloat (sal_Int32 columnIndex) override
 
virtual double SAL_CALL getDouble (sal_Int32 columnIndex) override
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getBytes (sal_Int32 columnIndex) override
 
virtual css::util::Date SAL_CALL getDate (sal_Int32 columnIndex) override
 
virtual css::util::Time SAL_CALL getTime (sal_Int32 columnIndex) override
 
virtual css::util::DateTime SAL_CALL getTimestamp (sal_Int32 columnIndex) override
 
virtual css::uno::Reference< css::io::XInputStream > SAL_CALL getBinaryStream (sal_Int32 columnIndex) override
 
virtual css::uno::Reference< css::io::XInputStream > SAL_CALL getCharacterStream (sal_Int32 columnIndex) override
 
virtual css::uno::Any SAL_CALL getObject (sal_Int32 columnIndex, const css::uno::Reference< css::container::XNameAccess > &typeMap) override
 
virtual css::uno::Reference< css::sdbc::XRef > SAL_CALL getRef (sal_Int32 columnIndex) override
 
virtual css::uno::Reference< css::sdbc::XBlob > SAL_CALL getBlob (sal_Int32 columnIndex) override
 
virtual css::uno::Reference< css::sdbc::XClob > SAL_CALL getClob (sal_Int32 columnIndex) override
 
virtual css::uno::Reference< css::sdbc::XArray > SAL_CALL getArray (sal_Int32 columnIndex) override
 
virtual css::uno::Reference< css::sdbc::XResultSetMetaData > SAL_CALL getMetaData () override
 
virtual void SAL_CALL cancel () override
 
virtual void SAL_CALL close () override
 
virtual css::uno::Any SAL_CALL getWarnings () override
 
virtual void SAL_CALL clearWarnings () override
 
virtual void SAL_CALL insertRow () override
 
virtual void SAL_CALL updateRow () override
 
virtual void SAL_CALL deleteRow () override
 
virtual void SAL_CALL cancelRowUpdates () override
 
virtual void SAL_CALL moveToInsertRow () override
 
virtual void SAL_CALL moveToCurrentRow () override
 
virtual void SAL_CALL updateNull (sal_Int32 columnIndex) override
 
virtual void SAL_CALL updateBoolean (sal_Int32 columnIndex, sal_Bool x) override
 
virtual void SAL_CALL updateByte (sal_Int32 columnIndex, sal_Int8 x) override
 
virtual void SAL_CALL updateShort (sal_Int32 columnIndex, sal_Int16 x) override
 
virtual void SAL_CALL updateInt (sal_Int32 columnIndex, sal_Int32 x) override
 
virtual void SAL_CALL updateLong (sal_Int32 columnIndex, sal_Int64 x) override
 
virtual void SAL_CALL updateFloat (sal_Int32 columnIndex, float x) override
 
virtual void SAL_CALL updateDouble (sal_Int32 columnIndex, double x) override
 
virtual void SAL_CALL updateString (sal_Int32 columnIndex, const OUString &x) override
 
virtual void SAL_CALL updateBytes (sal_Int32 columnIndex, const css::uno::Sequence< sal_Int8 > &x) override
 
virtual void SAL_CALL updateDate (sal_Int32 columnIndex, const css::util::Date &x) override
 
virtual void SAL_CALL updateTime (sal_Int32 columnIndex, const css::util::Time &x) override
 
virtual void SAL_CALL updateTimestamp (sal_Int32 columnIndex, const css::util::DateTime &x) override
 
virtual void SAL_CALL updateBinaryStream (sal_Int32 columnIndex, const css::uno::Reference< css::io::XInputStream > &x, sal_Int32 length) override
 
virtual void SAL_CALL updateCharacterStream (sal_Int32 columnIndex, const css::uno::Reference< css::io::XInputStream > &x, sal_Int32 length) override
 
virtual void SAL_CALL updateObject (sal_Int32 columnIndex, const css::uno::Any &x) override
 
virtual void SAL_CALL updateNumericObject (sal_Int32 columnIndex, const css::uno::Any &x, sal_Int32 scale) override
 
virtual sal_Int32 SAL_CALL findColumn (const OUString &columnName) override
 
virtual css::uno::Any SAL_CALL getBookmark () override
 
virtual sal_Bool SAL_CALL moveToBookmark (const css::uno::Any &bookmark) override
 
virtual sal_Bool SAL_CALL moveRelativeToBookmark (const css::uno::Any &bookmark, sal_Int32 rows) override
 
virtual sal_Int32 SAL_CALL compareBookmarks (const css::uno::Any &first, const css::uno::Any &second) override
 
virtual sal_Bool SAL_CALL hasOrderedBookmarks () override
 
virtual sal_Int32 SAL_CALL hashBookmark (const css::uno::Any &bookmark) override
 
virtual css::uno::Sequence< sal_Int32 > SAL_CALL deleteRows (const css::uno::Sequence< css::uno::Any > &rows) override
 
- Public Member Functions inherited from cppu::OPropertySetHelper
 OPropertySetHelper (OBroadcastHelper &rBHelper)
 
 OPropertySetHelper (OBroadcastHelper &rBHelper, bool bIgnoreRuntimeExceptionsWhileFiring)
 
 OPropertySetHelper (OBroadcastHelper &rBHelper, IEventNotificationHook *i_pFireEvents, bool bIgnoreRuntimeExceptionsWhileFiring=false)
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &rType) SAL_OVERRIDE
 
css::uno::Sequence< css::uno::Type > getTypes ()
 
void SAL_CALL disposing ()
 
virtual void SAL_CALL setPropertyValue (const ::rtl::OUString &rPropertyName, const css::uno::Any &aValue) SAL_OVERRIDE
 
virtual css::uno::Any SAL_CALL getPropertyValue (const ::rtl::OUString &aPropertyName) SAL_OVERRIDE
 
virtual void SAL_CALL addPropertyChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) SAL_OVERRIDE
 
virtual void SAL_CALL removePropertyChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) SAL_OVERRIDE
 
virtual void SAL_CALL addVetoableChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) SAL_OVERRIDE
 
virtual void SAL_CALL removeVetoableChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) SAL_OVERRIDE
 
virtual void SAL_CALL setFastPropertyValue (sal_Int32 nHandle, const css::uno::Any &rValue) SAL_OVERRIDE
 
virtual css::uno::Any SAL_CALL getFastPropertyValue (sal_Int32 nHandle) SAL_OVERRIDE
 
virtual void SAL_CALL setPropertyValues (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Sequence< css::uno::Any > &Values) SAL_OVERRIDE
 
virtual css::uno::Sequence< css::uno::Any > SAL_CALL getPropertyValues (const css::uno::Sequence< ::rtl::OUString > &PropertyNames) SAL_OVERRIDE
 
virtual void SAL_CALL addPropertiesChangeListener (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE
 
virtual void SAL_CALL removePropertiesChangeListener (const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE
 
virtual void SAL_CALL firePropertiesChangeEvent (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE
 
- Public Member Functions inherited from comphelper::OPropertyArrayUsageHelper< OResultSet >
 OPropertyArrayUsageHelper ()
 
virtual ~OPropertyArrayUsageHelper ()
 
::cppu::IPropertyArrayHelpergetArrayHelper ()
 

Protected Member Functions

virtual ::cppu::IPropertyArrayHelpercreateArrayHelper () const override
 
virtual ::cppu::IPropertyArrayHelper &SAL_CALL getInfoHelper () override
 
virtual sal_Bool SAL_CALL convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue) override
 
virtual void SAL_CALL setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue) override
 
virtual void SAL_CALL getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const override
 
virtual ~OResultSet () override
 
- Protected Member Functions inherited from cppu::OPropertySetHelper
void SAL_CALL fire (sal_Int32 *pnHandles, const css::uno::Any *pNewValues, const css::uno::Any *pOldValues, sal_Int32 nCount, sal_Bool bVetoable)
 
void SAL_CALL setFastPropertyValues (sal_Int32 nSeqLen, sal_Int32 *pHandles, const css::uno::Any *pValues, sal_Int32 nHitCount)
 
virtual IPropertyArrayHelper &SAL_CALL getInfoHelper ()=0
 
virtual sal_Bool SAL_CALL convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue)=0
 
virtual void SAL_CALL setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue)=0
 
virtual void SAL_CALL getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const=0
 
void setDependentFastPropertyValue (sal_Int32 i_handle, const css::uno::Any &i_value)
 
 ~OPropertySetHelper ()
 
virtual ::cppu::IPropertyArrayHelpercreateArrayHelper () const =0
 

Private Member Functions

sal_Int32 getResultSetConcurrency () const
 
sal_Int32 getResultSetType () const
 
sal_Int32 getFetchSize () const
 
void setFetchDirection (sal_Int32 _par0)
 
void setFetchSize (sal_Int32 _par0)
 
void updateValue (sal_Int32 columnIndex, const OLEVariant &x)
 
OLEVariant getValue (sal_Int32 columnIndex)
 

Static Private Member Functions

static sal_Int32 getFetchDirection ()
 
static OUString getCursorName ()
 

Private Attributes

ADORecordset * m_pRecordSet
 
OStatement_Basem_pStmt
 
css::uno::Reference< css::uno::XInterface > m_xStatement
 
css::uno::Reference< css::sdbc::XResultSetMetaData > m_xMetaData
 
std::vector< OLEVariantm_aBookmarks
 
OLEVariant m_aValue
 
ADO_LONGPTR m_nRowPos
 
bool m_bEOF
 
bool m_bOnFirstAfterOpen
 

Additional Inherited Members

- Static Public Member Functions inherited from cppu::OPropertySetHelper
static css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL createPropertySetInfo (IPropertyArrayHelper &rProperties)
 
- Static Protected Member Functions inherited from comphelper::OPropertyArrayUsageHelper< OResultSet >
static std::mutextheMutex ()
 
- Protected Attributes inherited from cppu::BaseMutex
mutable::osl::Mutex m_aMutex
 
- Protected Attributes inherited from cppu::OPropertySetHelper
OBroadcastHelperrBHelper
 
OMultiTypeInterfaceContainerHelperInt32 aBoundLC
 
OMultiTypeInterfaceContainerHelperInt32 aVetoableLC
 
Impl *const m_pReserved
 
- Static Protected Attributes inherited from comphelper::OPropertyArrayUsageHelper< OResultSet >
static sal_Int32 s_nRefCount
 
::cppu::IPropertyArrayHelpers_pProps
 

Detailed Description

Definition at line 57 of file AResultSet.hxx.

Constructor & Destructor Documentation

◆ ~OResultSet()

OResultSet::~OResultSet ( )
overrideprotectedvirtual

Definition at line 110 of file AResultSet.cxx.

References m_pRecordSet.

◆ OResultSet() [1/2]

OResultSet::OResultSet ( ADORecordset *  _pRecordSet,
OStatement_Base pStmt 
)

Definition at line 72 of file AResultSet.cxx.

References m_aMutex.

◆ OResultSet() [2/2]

OResultSet::OResultSet ( ADORecordset *  _pRecordSet)

Definition at line 83 of file AResultSet.cxx.

References m_aMutex.

Member Function Documentation

◆ absolute()

sal_Bool SAL_CALL OResultSet::absolute ( sal_Int32  row)
overridevirtual

◆ acquire()

void SAL_CALL OResultSet::acquire ( )
overridevirtualnoexcept

Definition at line 1142 of file AResultSet.cxx.

◆ afterLast()

void SAL_CALL OResultSet::afterLast ( )
overridevirtual

◆ beforeFirst()

void SAL_CALL OResultSet::beforeFirst ( )
overridevirtual

◆ cancel()

void SAL_CALL OResultSet::cancel ( )
overridevirtual

◆ cancelRowUpdates()

void SAL_CALL OResultSet::cancelRowUpdates ( )
overridevirtual

◆ clearWarnings()

void SAL_CALL OResultSet::clearWarnings ( )
overridevirtual

Definition at line 625 of file AResultSet.cxx.

◆ close()

void SAL_CALL OResultSet::close ( )
overridevirtual

◆ compareBookmarks()

virtual sal_Int32 SAL_CALL connectivity::ado::OResultSet::compareBookmarks ( const css::uno::Any &  first,
const css::uno::Any &  second 
)
overridevirtual

◆ construct()

void OResultSet::construct ( )

◆ convertFastPropertyValue()

virtual sal_Bool SAL_CALL connectivity::ado::OResultSet::convertFastPropertyValue ( css::uno::Any &  rConvertedValue,
css::uno::Any &  rOldValue,
sal_Int32  nHandle,
const css::uno::Any &  rValue 
)
overrideprotectedvirtual

◆ createArrayHelper()

cppu::IPropertyArrayHelper * OResultSet::createArrayHelper ( ) const
overrideprotectedvirtual

◆ deleteRow()

void SAL_CALL OResultSet::deleteRow ( )
overridevirtual

◆ deleteRows()

virtual css::uno::Sequence< sal_Int32 > SAL_CALL connectivity::ado::OResultSet::deleteRows ( const css::uno::Sequence< css::uno::Any > &  rows)
overridevirtual

◆ disposing()

void OResultSet::disposing ( )
overridevirtual

◆ findColumn()

sal_Int32 SAL_CALL OResultSet::findColumn ( const OUString &  columnName)
overridevirtual

◆ first()

sal_Bool SAL_CALL OResultSet::first ( )
overridevirtual

◆ getArray()

Reference< XArray > SAL_CALL OResultSet::getArray ( sal_Int32  columnIndex)
overridevirtual

Definition at line 294 of file AResultSet.cxx.

References dbtools::throwFeatureNotImplementedSQLException().

◆ getBinaryStream()

Reference< css::io::XInputStream > SAL_CALL OResultSet::getBinaryStream ( sal_Int32  columnIndex)
overridevirtual

◆ getBlob()

Reference< XBlob > SAL_CALL OResultSet::getBlob ( sal_Int32  columnIndex)
overridevirtual

Definition at line 307 of file AResultSet.cxx.

References dbtools::throwFeatureNotImplementedSQLException().

◆ getBookmark()

Any SAL_CALL OResultSet::getBookmark ( )
overridevirtual

◆ getBoolean()

sal_Bool SAL_CALL OResultSet::getBoolean ( sal_Int32  columnIndex)
overridevirtual

Definition at line 221 of file AResultSet.cxx.

References connectivity::ado::OLEVariant::getBool(), and getValue().

◆ getByte()

sal_Int8 SAL_CALL OResultSet::getByte ( sal_Int32  columnIndex)
overridevirtual

Definition at line 227 of file AResultSet.cxx.

References connectivity::ado::OLEVariant::getInt8(), and getValue().

◆ getBytes()

Sequence< sal_Int8 > SAL_CALL OResultSet::getBytes ( sal_Int32  columnIndex)
overridevirtual

Definition at line 233 of file AResultSet.cxx.

References connectivity::ado::OLEVariant::getByteSequence(), and getValue().

◆ getCharacterStream()

Reference< css::io::XInputStream > SAL_CALL OResultSet::getCharacterStream ( sal_Int32  columnIndex)
overridevirtual

Definition at line 205 of file AResultSet.cxx.

References dbtools::throwFeatureNotImplementedSQLException().

◆ getClob()

Reference< XClob > SAL_CALL OResultSet::getClob ( sal_Int32  columnIndex)
overridevirtual

Definition at line 301 of file AResultSet.cxx.

References dbtools::throwFeatureNotImplementedSQLException().

◆ getCursorName()

OUString OResultSet::getCursorName ( )
staticprivate
Exceptions
css::sdbc::SQLException
css::uno::RuntimeException

Definition at line 1018 of file AResultSet.cxx.

◆ getDate()

css::util::Date SAL_CALL OResultSet::getDate ( sal_Int32  columnIndex)
overridevirtual

Definition at line 239 of file AResultSet.cxx.

References connectivity::ado::OLEVariant::getDate(), and getValue().

◆ getDouble()

double SAL_CALL OResultSet::getDouble ( sal_Int32  columnIndex)
overridevirtual

Definition at line 245 of file AResultSet.cxx.

References connectivity::ado::OLEVariant::getDouble(), and getValue().

◆ getFastPropertyValue()

virtual void SAL_CALL connectivity::ado::OResultSet::getFastPropertyValue ( css::uno::Any &  rValue,
sal_Int32  nHandle 
) const
overrideprotectedvirtual

◆ getFetchDirection()

sal_Int32 OResultSet::getFetchDirection ( )
staticprivate
Exceptions
css::sdbc::SQLException
css::uno::RuntimeException

Definition at line 1006 of file AResultSet.cxx.

◆ getFetchSize()

sal_Int32 OResultSet::getFetchSize ( ) const
private
Exceptions
css::sdbc::SQLException
css::uno::RuntimeException

Definition at line 1011 of file AResultSet.cxx.

References m_pRecordSet, and nValue.

◆ getFloat()

float SAL_CALL OResultSet::getFloat ( sal_Int32  columnIndex)
overridevirtual

Definition at line 251 of file AResultSet.cxx.

References connectivity::ado::OLEVariant::getFloat(), and getValue().

◆ getImplementationName()

OUString SAL_CALL OResultSet::getImplementationName ( )
overridevirtual

Definition at line 57 of file AResultSet.cxx.

◆ getInfoHelper()

cppu::IPropertyArrayHelper & OResultSet::getInfoHelper ( )
overrideprotectedvirtual

◆ getInt()

sal_Int32 SAL_CALL OResultSet::getInt ( sal_Int32  columnIndex)
overridevirtual

Definition at line 257 of file AResultSet.cxx.

References connectivity::ado::OLEVariant::getInt32(), and getValue().

◆ getLong()

sal_Int64 SAL_CALL OResultSet::getLong ( sal_Int32  columnIndex)
overridevirtual

Definition at line 276 of file AResultSet.cxx.

References dbtools::throwFeatureNotImplementedSQLException().

◆ getMetaData()

Reference< XResultSetMetaData > SAL_CALL OResultSet::getMetaData ( )
overridevirtual

◆ getObject()

virtual css::uno::Any SAL_CALL connectivity::ado::OResultSet::getObject ( sal_Int32  columnIndex,
const css::uno::Reference< css::container::XNameAccess > &  typeMap 
)
overridevirtual

◆ getPropertySetInfo()

css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL OResultSet::getPropertySetInfo ( )
overridevirtual

Definition at line 1152 of file AResultSet.cxx.

References getInfoHelper().

◆ getRef()

Reference< XRef > SAL_CALL OResultSet::getRef ( sal_Int32  columnIndex)
overridevirtual

Definition at line 314 of file AResultSet.cxx.

References dbtools::throwFeatureNotImplementedSQLException().

◆ getResultSetConcurrency()

sal_Int32 OResultSet::getResultSetConcurrency ( ) const
private
Exceptions
css::sdbc::SQLException
css::uno::RuntimeException

Definition at line 963 of file AResultSet.cxx.

References m_pRecordSet, and nValue.

◆ getResultSetType()

sal_Int32 OResultSet::getResultSetType ( ) const
private
Exceptions
css::sdbc::SQLException
css::uno::RuntimeException

Definition at line 982 of file AResultSet.cxx.

References m_pRecordSet, and nValue.

◆ getRow()

sal_Int32 SAL_CALL OResultSet::getRow ( )
overridevirtual

◆ getShort()

sal_Int16 SAL_CALL OResultSet::getShort ( sal_Int32  columnIndex)
overridevirtual

Definition at line 327 of file AResultSet.cxx.

References connectivity::ado::OLEVariant::getInt16(), and getValue().

◆ getStatement()

Reference< XInterface > SAL_CALL OResultSet::getStatement ( )
overridevirtual

◆ getString()

OUString SAL_CALL OResultSet::getString ( sal_Int32  columnIndex)
overridevirtual

Definition at line 333 of file AResultSet.cxx.

References connectivity::ado::OLEVariant::getString(), and getValue().

◆ getSupportedServiceNames()

css::uno::Sequence< OUString > SAL_CALL OResultSet::getSupportedServiceNames ( )
overridevirtual

Definition at line 62 of file AResultSet.cxx.

◆ getTime()

css::util::Time SAL_CALL OResultSet::getTime ( sal_Int32  columnIndex)
overridevirtual

Definition at line 339 of file AResultSet.cxx.

References connectivity::ado::OLEVariant::getTime(), and getValue().

◆ getTimestamp()

css::util::DateTime SAL_CALL OResultSet::getTimestamp ( sal_Int32  columnIndex)
overridevirtual

Definition at line 345 of file AResultSet.cxx.

References connectivity::ado::OLEVariant::getDateTime(), and getValue().

◆ getTypes()

css::uno::Sequence< css::uno::Type > SAL_CALL OResultSet::getTypes ( )
overridevirtual

Definition at line 133 of file AResultSet.cxx.

References aTypes.

◆ getValue()

OLEVariant OResultSet::getValue ( sal_Int32  columnIndex)
private

◆ getWarnings()

Any SAL_CALL OResultSet::getWarnings ( )
overridevirtual

Definition at line 629 of file AResultSet.cxx.

References Any.

◆ hashBookmark()

virtual sal_Int32 SAL_CALL connectivity::ado::OResultSet::hashBookmark ( const css::uno::Any &  bookmark)
overridevirtual

◆ hasOrderedBookmarks()

sal_Bool SAL_CALL OResultSet::hasOrderedBookmarks ( )
overridevirtual

◆ insertRow()

void SAL_CALL OResultSet::insertRow ( )
overridevirtual

◆ isAfterLast()

sal_Bool SAL_CALL OResultSet::isAfterLast ( )
overridevirtual

◆ isBeforeFirst()

sal_Bool SAL_CALL OResultSet::isBeforeFirst ( )
overridevirtual

◆ isFirst()

sal_Bool SAL_CALL OResultSet::isFirst ( )
overridevirtual

◆ isLast()

sal_Bool SAL_CALL OResultSet::isLast ( )
overridevirtual

Definition at line 371 of file AResultSet.cxx.

References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.

◆ last()

sal_Bool SAL_CALL OResultSet::last ( )
overridevirtual

◆ moveRelativeToBookmark()

virtual sal_Bool SAL_CALL connectivity::ado::OResultSet::moveRelativeToBookmark ( const css::uno::Any &  bookmark,
sal_Int32  rows 
)
overridevirtual

◆ moveToBookmark()

virtual sal_Bool SAL_CALL connectivity::ado::OResultSet::moveToBookmark ( const css::uno::Any &  bookmark)
overridevirtual

◆ moveToCurrentRow()

void SAL_CALL OResultSet::moveToCurrentRow ( )
overridevirtual

Definition at line 686 of file AResultSet.cxx.

◆ moveToInsertRow()

void SAL_CALL OResultSet::moveToInsertRow ( )
overridevirtual

Definition at line 677 of file AResultSet.cxx.

◆ next()

sal_Bool SAL_CALL OResultSet::next ( )
overridevirtual

◆ previous()

sal_Bool SAL_CALL OResultSet::previous ( )
overridevirtual

◆ queryInterface()

virtual css::uno::Any SAL_CALL connectivity::ado::OResultSet::queryInterface ( const css::uno::Type &  rType)
overridevirtual

Reimplemented from cppu::OPropertySetHelper.

◆ refreshRow()

void SAL_CALL OResultSet::refreshRow ( )
overridevirtual

◆ relative()

sal_Bool SAL_CALL OResultSet::relative ( sal_Int32  rows)
overridevirtual

◆ release()

void SAL_CALL OResultSet::release ( )
overridevirtualnoexcept

Definition at line 1147 of file AResultSet.cxx.

◆ rowDeleted()

sal_Bool SAL_CALL OResultSet::rowDeleted ( )
overridevirtual

◆ rowInserted()

sal_Bool SAL_CALL OResultSet::rowInserted ( )
overridevirtual

◆ rowUpdated()

sal_Bool SAL_CALL OResultSet::rowUpdated ( )
overridevirtual

◆ setFastPropertyValue_NoBroadcast()

virtual void SAL_CALL connectivity::ado::OResultSet::setFastPropertyValue_NoBroadcast ( sal_Int32  nHandle,
const css::uno::Any &  rValue 
)
overrideprotectedvirtual

◆ setFetchDirection()

void OResultSet::setFetchDirection ( sal_Int32  _par0)
private
Exceptions
css::sdbc::SQLException
css::uno::RuntimeException

Definition at line 1024 of file AResultSet.cxx.

References dbtools::throwFeatureNotImplementedSQLException().

◆ setFetchSize()

void OResultSet::setFetchSize ( sal_Int32  _par0)
private
Exceptions
css::sdbc::SQLException
css::uno::RuntimeException

Definition at line 1029 of file AResultSet.cxx.

References m_pRecordSet.

◆ setMetaData()

void connectivity::ado::OResultSet::setMetaData ( const css::uno::Reference< css::sdbc::XResultSetMetaData > &  _xMetaData)
inline

Definition at line 127 of file AResultSet.hxx.

References m_xMetaData.

◆ supportsService()

sal_Bool SAL_CALL OResultSet::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 67 of file AResultSet.cxx.

References cppu::supportsService().

◆ updateBinaryStream()

virtual void SAL_CALL connectivity::ado::OResultSet::updateBinaryStream ( sal_Int32  columnIndex,
const css::uno::Reference< css::io::XInputStream > &  x,
sal_Int32  length 
)
overridevirtual

◆ updateBoolean()

void SAL_CALL OResultSet::updateBoolean ( sal_Int32  columnIndex,
sal_Bool  x 
)
overridevirtual

Definition at line 707 of file AResultSet.cxx.

References updateValue(), and x.

◆ updateByte()

void SAL_CALL OResultSet::updateByte ( sal_Int32  columnIndex,
sal_Int8  x 
)
overridevirtual

Definition at line 712 of file AResultSet.cxx.

References updateValue(), and x.

◆ updateBytes()

virtual void SAL_CALL connectivity::ado::OResultSet::updateBytes ( sal_Int32  columnIndex,
const css::uno::Sequence< sal_Int8 > &  x 
)
overridevirtual

◆ updateCharacterStream()

virtual void SAL_CALL connectivity::ado::OResultSet::updateCharacterStream ( sal_Int32  columnIndex,
const css::uno::Reference< css::io::XInputStream > &  x,
sal_Int32  length 
)
overridevirtual

◆ updateDate()

void SAL_CALL OResultSet::updateDate ( sal_Int32  columnIndex,
const css::util::Date &  x 
)
overridevirtual

Definition at line 754 of file AResultSet.cxx.

References updateValue(), and x.

◆ updateDouble()

void SAL_CALL OResultSet::updateDouble ( sal_Int32  columnIndex,
double  x 
)
overridevirtual

Definition at line 739 of file AResultSet.cxx.

References updateValue(), and x.

◆ updateFloat()

void SAL_CALL OResultSet::updateFloat ( sal_Int32  columnIndex,
float  x 
)
overridevirtual

Definition at line 733 of file AResultSet.cxx.

References updateValue(), and x.

◆ updateInt()

void SAL_CALL OResultSet::updateInt ( sal_Int32  columnIndex,
sal_Int32  x 
)
overridevirtual

Definition at line 723 of file AResultSet.cxx.

References updateValue(), and x.

◆ updateLong()

void SAL_CALL OResultSet::updateLong ( sal_Int32  columnIndex,
sal_Int64  x 
)
overridevirtual

Definition at line 728 of file AResultSet.cxx.

References updateValue(), and x.

◆ updateNull()

void SAL_CALL OResultSet::updateNull ( sal_Int32  columnIndex)
overridevirtual

Definition at line 699 of file AResultSet.cxx.

References updateValue(), and x.

◆ updateNumericObject()

virtual void SAL_CALL connectivity::ado::OResultSet::updateNumericObject ( sal_Int32  columnIndex,
const css::uno::Any &  x,
sal_Int32  scale 
)
overridevirtual

◆ updateObject()

virtual void SAL_CALL connectivity::ado::OResultSet::updateObject ( sal_Int32  columnIndex,
const css::uno::Any &  x 
)
overridevirtual

◆ updateRow()

void SAL_CALL OResultSet::updateRow ( )
overridevirtual

◆ updateShort()

void SAL_CALL OResultSet::updateShort ( sal_Int32  columnIndex,
sal_Int16  x 
)
overridevirtual

Definition at line 718 of file AResultSet.cxx.

References updateValue(), and x.

◆ updateString()

void SAL_CALL OResultSet::updateString ( sal_Int32  columnIndex,
const OUString &  x 
)
overridevirtual

Definition at line 744 of file AResultSet.cxx.

References updateValue(), and x.

◆ updateTime()

void SAL_CALL OResultSet::updateTime ( sal_Int32  columnIndex,
const css::util::Time &  x 
)
overridevirtual

Definition at line 760 of file AResultSet.cxx.

References updateValue(), and x.

◆ updateTimestamp()

void SAL_CALL OResultSet::updateTimestamp ( sal_Int32  columnIndex,
const css::util::DateTime &  x 
)
overridevirtual

Definition at line 766 of file AResultSet.cxx.

References updateValue(), and x.

◆ updateValue()

void OResultSet::updateValue ( sal_Int32  columnIndex,
const OLEVariant x 
)
private

◆ wasNull()

sal_Bool SAL_CALL OResultSet::wasNull ( )
overridevirtual

Member Data Documentation

◆ m_aBookmarks

std::vector<OLEVariant> connectivity::ado::OResultSet::m_aBookmarks
private

Definition at line 67 of file AResultSet.hxx.

Referenced by getBookmark().

◆ m_aValue

OLEVariant connectivity::ado::OResultSet::m_aValue
private

Definition at line 68 of file AResultSet.hxx.

Referenced by getBinaryStream(), getValue(), and wasNull().

◆ m_bEOF

bool connectivity::ado::OResultSet::m_bEOF
private

Definition at line 70 of file AResultSet.hxx.

Referenced by afterLast().

◆ m_bOnFirstAfterOpen

bool connectivity::ado::OResultSet::m_bOnFirstAfterOpen
private

◆ m_nRowPos

ADO_LONGPTR connectivity::ado::OResultSet::m_nRowPos
private

◆ m_pRecordSet

ADORecordset* connectivity::ado::OResultSet::m_pRecordSet
private

◆ m_pStmt

OStatement_Base* connectivity::ado::OResultSet::m_pStmt
private

Definition at line 64 of file AResultSet.hxx.

Referenced by hasOrderedBookmarks(), and next().

◆ m_xMetaData

css::uno::Reference< css::sdbc::XResultSetMetaData> connectivity::ado::OResultSet::m_xMetaData
private

Definition at line 66 of file AResultSet.hxx.

Referenced by disposing(), getMetaData(), and setMetaData().

◆ m_xStatement

css::uno::Reference< css::uno::XInterface> connectivity::ado::OResultSet::m_xStatement
private

Definition at line 65 of file AResultSet.hxx.

Referenced by disposing(), and getStatement().


The documentation for this class was generated from the following files: