LibreOffice Module connectivity (master) 1
|
#include <AResultSet.hxx>
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::IPropertyArrayHelper * | getArrayHelper () |
Protected Member Functions | |
virtual ::cppu::IPropertyArrayHelper * | createArrayHelper () 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::IPropertyArrayHelper * | createArrayHelper () 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_Base * | m_pStmt |
css::uno::Reference< css::uno::XInterface > | m_xStatement |
css::uno::Reference< css::sdbc::XResultSetMetaData > | m_xMetaData |
std::vector< OLEVariant > | m_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::mutex & | theMutex () |
Protected Attributes inherited from cppu::BaseMutex | |
mutable::osl::Mutex | m_aMutex |
Protected Attributes inherited from cppu::OPropertySetHelper | |
OBroadcastHelper & | rBHelper |
OMultiTypeInterfaceContainerHelperInt32 | aBoundLC |
OMultiTypeInterfaceContainerHelperInt32 | aVetoableLC |
Impl *const | m_pReserved |
Static Protected Attributes inherited from comphelper::OPropertyArrayUsageHelper< OResultSet > | |
static sal_Int32 | s_nRefCount |
::cppu::IPropertyArrayHelper * | s_pProps |
Definition at line 57 of file AResultSet.hxx.
|
overrideprotectedvirtual |
Definition at line 110 of file AResultSet.cxx.
References m_pRecordSet.
OResultSet::OResultSet | ( | ADORecordset * | _pRecordSet, |
OStatement_Base * | pStmt | ||
) |
Definition at line 72 of file AResultSet.cxx.
References m_aMutex.
OResultSet::OResultSet | ( | ADORecordset * | _pRecordSet | ) |
Definition at line 83 of file AResultSet.cxx.
References m_aMutex.
|
overridevirtual |
Definition at line 444 of file AResultSet.cxx.
References connectivity::checkDisposed(), first(), cppu::BaseMutex::m_aMutex, m_bOnFirstAfterOpen, m_nRowPos, m_pRecordSet, connectivity::ado::OLEVariant::setNoArg(), and dbtools::throwFunctionSequenceException().
|
overridevirtualnoexcept |
Definition at line 1142 of file AResultSet.cxx.
|
overridevirtual |
Definition at line 390 of file AResultSet.cxx.
References connectivity::checkDisposed(), last(), cppu::BaseMutex::m_aMutex, m_bEOF, and next().
|
overridevirtual |
Definition at line 380 of file AResultSet.cxx.
References connectivity::checkDisposed(), first(), cppu::BaseMutex::m_aMutex, m_bOnFirstAfterOpen, and previous().
|
overridevirtual |
Definition at line 616 of file AResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_pRecordSet.
|
overridevirtual |
Definition at line 667 of file AResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_pRecordSet.
|
overridevirtual |
Definition at line 625 of file AResultSet.cxx.
|
overridevirtual |
Definition at line 402 of file AResultSet.cxx.
References connectivity::checkDisposed(), dispose(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
void OResultSet::construct | ( | ) |
Definition at line 93 of file AResultSet.cxx.
References CHECK_RETURN, m_bOnFirstAfterOpen, m_pRecordSet, m_refCount, and dbtools::throwFunctionSequenceException().
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
|
overrideprotectedvirtual |
Implements comphelper::OPropertyArrayUsageHelper< OResultSet >.
Definition at line 1034 of file AResultSet.cxx.
References cppu::UnoType< typename T >::get(), dbtools::OPropertyMap::getNameByIndex(), connectivity::OMetaConnection::getPropMap(), PROPERTY_ID_FETCHDIRECTION, PROPERTY_ID_FETCHSIZE, PROPERTY_ID_ISBOOKMARKABLE, PROPERTY_ID_RESULTSETCONCURRENCY, and PROPERTY_ID_RESULTSETTYPE.
|
overridevirtual |
Definition at line 656 of file AResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_pRecordSet.
|
overridevirtual |
|
overridevirtual |
Definition at line 116 of file AResultSet.cxx.
References comphelper::OPropertySetHelper::disposing(), cppu::BaseMutex::m_aMutex, m_pRecordSet, m_xMetaData, and m_xStatement.
|
overridevirtual |
Definition at line 143 of file AResultSet.cxx.
References connectivity::checkDisposed(), columnName, getMetaData(), i, cppu::BaseMutex::m_aMutex, and dbtools::throwInvalidColumnException().
|
overridevirtual |
Definition at line 413 of file AResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_bOnFirstAfterOpen, m_nRowPos, and m_pRecordSet.
Referenced by absolute(), and beforeFirst().
|
overridevirtual |
Definition at line 294 of file AResultSet.cxx.
References dbtools::throwFeatureNotImplementedSQLException().
|
overridevirtual |
Definition at line 165 of file AResultSet.cxx.
References aData, BLOCK_SIZE, connectivity::checkDisposed(), connectivity::ado::WpADOField::get_Value(), connectivity::ado::WpADOField::GetActualSize(), connectivity::ado::WpADOField::GetAttributes(), connectivity::ado::OLEVariant::getByteSequence(), connectivity::ado::WpADOField::GetChunk(), connectivity::ado::ADOS::getField(), hr, index, connectivity::ado::OLEVariant::isNull(), LONG, cppu::BaseMutex::m_aMutex, m_aValue, and m_pRecordSet.
|
overridevirtual |
Definition at line 307 of file AResultSet.cxx.
References dbtools::throwFeatureNotImplementedSQLException().
|
overridevirtual |
Definition at line 815 of file AResultSet.cxx.
References Any, connectivity::checkDisposed(), m_aBookmarks, cppu::BaseMutex::m_aMutex, m_nRowPos, and m_pRecordSet.
|
overridevirtual |
Definition at line 221 of file AResultSet.cxx.
References connectivity::ado::OLEVariant::getBool(), and getValue().
|
overridevirtual |
Definition at line 227 of file AResultSet.cxx.
References connectivity::ado::OLEVariant::getInt8(), and getValue().
Definition at line 233 of file AResultSet.cxx.
References connectivity::ado::OLEVariant::getByteSequence(), and getValue().
|
overridevirtual |
Definition at line 205 of file AResultSet.cxx.
References dbtools::throwFeatureNotImplementedSQLException().
|
overridevirtual |
Definition at line 301 of file AResultSet.cxx.
References dbtools::throwFeatureNotImplementedSQLException().
|
staticprivate |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 1018 of file AResultSet.cxx.
|
overridevirtual |
Definition at line 239 of file AResultSet.cxx.
References connectivity::ado::OLEVariant::getDate(), and getValue().
|
overridevirtual |
Definition at line 245 of file AResultSet.cxx.
References connectivity::ado::OLEVariant::getDouble(), and getValue().
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
|
staticprivate |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 1006 of file AResultSet.cxx.
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 1011 of file AResultSet.cxx.
References m_pRecordSet, and nValue.
|
overridevirtual |
Definition at line 251 of file AResultSet.cxx.
References connectivity::ado::OLEVariant::getFloat(), and getValue().
|
overridevirtual |
Definition at line 57 of file AResultSet.cxx.
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
Definition at line 1063 of file AResultSet.cxx.
References comphelper::OPropertyArrayUsageHelper< OResultSet >::getArrayHelper().
Referenced by getPropertySetInfo().
|
overridevirtual |
Definition at line 257 of file AResultSet.cxx.
References connectivity::ado::OLEVariant::getInt32(), and getValue().
|
overridevirtual |
Definition at line 276 of file AResultSet.cxx.
References dbtools::throwFeatureNotImplementedSQLException().
|
overridevirtual |
Definition at line 283 of file AResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_pRecordSet, and m_xMetaData.
Referenced by findColumn().
|
overridevirtual |
|
overridevirtual |
Definition at line 1152 of file AResultSet.cxx.
References getInfoHelper().
|
overridevirtual |
Definition at line 314 of file AResultSet.cxx.
References dbtools::throwFeatureNotImplementedSQLException().
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 963 of file AResultSet.cxx.
References m_pRecordSet, and nValue.
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 982 of file AResultSet.cxx.
References m_pRecordSet, and nValue.
|
overridevirtual |
Definition at line 263 of file AResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_nRowPos, and m_pRecordSet.
|
overridevirtual |
Definition at line 327 of file AResultSet.cxx.
References connectivity::ado::OLEVariant::getInt16(), and getValue().
|
overridevirtual |
Definition at line 511 of file AResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_xStatement.
|
overridevirtual |
Definition at line 333 of file AResultSet.cxx.
References connectivity::ado::OLEVariant::getString(), and getValue().
|
overridevirtual |
Definition at line 62 of file AResultSet.cxx.
|
overridevirtual |
Definition at line 339 of file AResultSet.cxx.
References connectivity::ado::OLEVariant::getTime(), and getValue().
|
overridevirtual |
Definition at line 345 of file AResultSet.cxx.
References connectivity::ado::OLEVariant::getDateTime(), and getValue().
|
overridevirtual |
Definition at line 133 of file AResultSet.cxx.
References aTypes.
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 211 of file AResultSet.cxx.
References connectivity::checkDisposed(), connectivity::ado::WpADOField::get_Value(), connectivity::ado::ADOS::getField(), cppu::BaseMutex::m_aMutex, m_aValue, and m_pRecordSet.
Referenced by getBoolean(), getByte(), getBytes(), getDate(), getDouble(), getFloat(), getInt(), getShort(), getString(), getTime(), and getTimestamp().
|
overridevirtual |
Definition at line 629 of file AResultSet.cxx.
References Any.
|
overridevirtual |
|
overridevirtual |
Definition at line 879 of file AResultSet.cxx.
References connectivity::checkDisposed(), connectivity::ado::OLEVariant::getBool(), connectivity::ado::OConnection::getConnection(), connectivity::ado::OStatement_Base::getConnection(), connectivity::ado::WpOLECollection< Ts, WrapT >::GetItem(), connectivity::ado::WpADOProperty::GetValue(), connectivity::ado::OLEVariant::isEmpty(), connectivity::ado::OLEVariant::isNull(), connectivity::ado::WpOLEBase< T >::IsValid(), cppu::BaseMutex::m_aMutex, m_pRecordSet, m_pStmt, and connectivity::ado::ADOS::ThrowException().
|
overridevirtual |
Definition at line 634 of file AResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_pRecordSet, and connectivity::ado::OLEVariant::setNoArg().
|
overridevirtual |
Definition at line 351 of file AResultSet.cxx.
References CHECK_RETURN, connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_pRecordSet.
|
overridevirtual |
Definition at line 558 of file AResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_bOnFirstAfterOpen, m_nRowPos, and m_pRecordSet.
|
overridevirtual |
Definition at line 362 of file AResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_nRowPos.
|
overridevirtual |
Definition at line 371 of file AResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 429 of file AResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_bOnFirstAfterOpen, m_nRowPos, and m_pRecordSet.
Referenced by afterLast().
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 686 of file AResultSet.cxx.
|
overridevirtual |
Definition at line 677 of file AResultSet.cxx.
|
overridevirtual |
Definition at line 575 of file AResultSet.cxx.
References CHECK_RETURN, connectivity::checkDisposed(), connectivity::ado::OConnection::getConnection(), cppu::BaseMutex::m_aMutex, m_bOnFirstAfterOpen, m_nRowPos, connectivity::ado::OStatement_Base::m_pConnection, m_pRecordSet, m_pStmt, and connectivity::ado::ADOS::ThrowException().
Referenced by afterLast().
|
overridevirtual |
Definition at line 497 of file AResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_bOnFirstAfterOpen, m_nRowPos, and m_pRecordSet.
Referenced by beforeFirst().
|
overridevirtual |
Reimplemented from cppu::OPropertySetHelper.
|
overridevirtual |
Definition at line 792 of file AResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_pRecordSet.
|
overridevirtual |
Definition at line 477 of file AResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_bOnFirstAfterOpen, m_nRowPos, m_pRecordSet, and connectivity::ado::OLEVariant::setNoArg().
|
overridevirtualnoexcept |
Definition at line 1147 of file AResultSet.cxx.
|
overridevirtual |
Definition at line 519 of file AResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_nRowPos, and m_pRecordSet.
|
overridevirtual |
Definition at line 533 of file AResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_nRowPos, and m_pRecordSet.
|
overridevirtual |
Definition at line 546 of file AResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_pRecordSet.
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 1024 of file AResultSet.cxx.
References dbtools::throwFeatureNotImplementedSQLException().
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 1029 of file AResultSet.cxx.
References m_pRecordSet.
|
inline |
Definition at line 127 of file AResultSet.hxx.
References m_xMetaData.
|
overridevirtual |
Definition at line 67 of file AResultSet.cxx.
References cppu::supportsService().
|
overridevirtual |
|
overridevirtual |
Definition at line 707 of file AResultSet.cxx.
References updateValue(), and x.
|
overridevirtual |
Definition at line 712 of file AResultSet.cxx.
References updateValue(), and x.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 754 of file AResultSet.cxx.
References updateValue(), and x.
|
overridevirtual |
Definition at line 739 of file AResultSet.cxx.
References updateValue(), and x.
|
overridevirtual |
Definition at line 733 of file AResultSet.cxx.
References updateValue(), and x.
|
overridevirtual |
Definition at line 723 of file AResultSet.cxx.
References updateValue(), and x.
|
overridevirtual |
Definition at line 728 of file AResultSet.cxx.
References updateValue(), and x.
|
overridevirtual |
Definition at line 699 of file AResultSet.cxx.
References updateValue(), and x.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 645 of file AResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_pRecordSet, and connectivity::ado::OLEVariant::setNoArg().
|
overridevirtual |
Definition at line 718 of file AResultSet.cxx.
References updateValue(), and x.
|
overridevirtual |
Definition at line 744 of file AResultSet.cxx.
References updateValue(), and x.
|
overridevirtual |
Definition at line 760 of file AResultSet.cxx.
References updateValue(), and x.
|
overridevirtual |
Definition at line 766 of file AResultSet.cxx.
References updateValue(), and x.
|
private |
Definition at line 690 of file AResultSet.cxx.
References connectivity::checkDisposed(), connectivity::ado::ADOS::getField(), cppu::BaseMutex::m_aMutex, m_pRecordSet, connectivity::ado::WpADOField::PutValue(), and x.
Referenced by updateBoolean(), updateByte(), updateDate(), updateDouble(), updateFloat(), updateInt(), updateLong(), updateNull(), updateShort(), updateString(), updateTime(), and updateTimestamp().
|
overridevirtual |
Definition at line 606 of file AResultSet.cxx.
References connectivity::checkDisposed(), connectivity::ado::OLEVariant::isNull(), cppu::BaseMutex::m_aMutex, and m_aValue.
|
private |
Definition at line 67 of file AResultSet.hxx.
Referenced by getBookmark().
|
private |
Definition at line 68 of file AResultSet.hxx.
Referenced by getBinaryStream(), getValue(), and wasNull().
|
private |
Definition at line 70 of file AResultSet.hxx.
Referenced by afterLast().
|
private |
Definition at line 71 of file AResultSet.hxx.
Referenced by absolute(), beforeFirst(), construct(), first(), isBeforeFirst(), last(), next(), previous(), and relative().
|
private |
Definition at line 69 of file AResultSet.hxx.
Referenced by absolute(), first(), getBookmark(), getRow(), isBeforeFirst(), isFirst(), last(), next(), previous(), relative(), rowDeleted(), and rowInserted().
|
private |
Definition at line 63 of file AResultSet.hxx.
Referenced by absolute(), cancel(), cancelRowUpdates(), construct(), deleteRow(), disposing(), first(), getBinaryStream(), getBookmark(), getFetchSize(), getMetaData(), getResultSetConcurrency(), getResultSetType(), getRow(), getValue(), hasOrderedBookmarks(), insertRow(), isAfterLast(), isBeforeFirst(), last(), next(), previous(), refreshRow(), relative(), rowDeleted(), rowInserted(), rowUpdated(), setFetchSize(), updateRow(), updateValue(), and ~OResultSet().
|
private |
Definition at line 64 of file AResultSet.hxx.
Referenced by hasOrderedBookmarks(), and next().
|
private |
Definition at line 66 of file AResultSet.hxx.
Referenced by disposing(), getMetaData(), and setMetaData().
|
private |
Definition at line 65 of file AResultSet.hxx.
Referenced by disposing(), and getStatement().