LibreOffice Module connectivity (master) 1
|
#include <ADatabaseMetaDataResultSet.hxx>
Public Member Functions | |
ODatabaseMetaDataResultSet (ADORecordset *_pRecordSet) | |
~ODatabaseMetaDataResultSet () 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 sal_Int32 SAL_CALL | findColumn (const OUString &columnName) override |
const std::vector< sal_Int32 > & | getColumnMapping () |
void | setCatalogsMap () |
void | setSchemasMap () |
void | setColumnPrivilegesMap () |
void | setColumnsMap () |
void | setTablesMap () |
void | setProcedureColumnsMap () |
void | setProceduresMap () |
void | setExportedKeysMap () |
void | setImportedKeysMap () |
void | setPrimaryKeysMap () |
void | setIndexInfoMap () |
void | setTablePrivilegesMap () |
void | setCrossReferenceMap () |
void | setTypeInfoMap (bool _bJetEngine) |
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< ODatabaseMetaDataResultSet > | |
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 |
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 | getFetchSize () const |
void | setFetchDirection (sal_Int32 _par0) |
void | setFetchSize (sal_Int32 _par0) |
sal_Int32 | mapColumn (sal_Int32 column) |
void | checkRecordSet () |
OLEVariant | getValue (sal_Int32 columnIndex) |
Static Private Member Functions | |
static sal_Int32 | getResultSetConcurrency () |
static sal_Int32 | getResultSetType () |
static sal_Int32 | getFetchDirection () |
static OUString | getCursorName () |
Private Attributes | |
std::vector< sal_Int32 > | m_aColMapping |
std::map< sal_Int32, ::std::map< sal_Int32, sal_Int32 > > | m_aValueRange |
std::map< sal_Int32,::std::map< sal_Int32, sal_Int32 > >::iterator | m_aValueRangeIter |
std::map< sal_Int32, std::map< OUString, sal_Int32 > > | m_aStrValueRange |
std::map< sal_Int32, std::map< OUString, sal_Int32 > >::iterator | m_aStrValueRangeIter |
std::map< sal_Int32, std::map< sal_Int32, OUString > > | m_aIntValueRange |
std::map< sal_Int32, std::map< sal_Int32, OUString > >::iterator | m_aIntValueRangeIter |
ADORecordset * | m_pRecordSet |
css::uno::WeakReferenceHelper | m_aStatement |
css::uno::Reference< css::sdbc::XResultSetMetaData > | m_xMetaData |
OLEVariant | m_aValue |
sal_Int32 | m_nRowPos |
bool | m_bWasNull |
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< ODatabaseMetaDataResultSet > | |
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< ODatabaseMetaDataResultSet > | |
static sal_Int32 | s_nRefCount |
::cppu::IPropertyArrayHelper * | s_pProps |
Definition at line 49 of file ADatabaseMetaDataResultSet.hxx.
ODatabaseMetaDataResultSet::ODatabaseMetaDataResultSet | ( | ADORecordset * | _pRecordSet | ) |
Definition at line 52 of file ADatabaseMetaDataResultSet.cxx.
References m_aColMapping, m_aMutex, m_bOnFirstAfterOpen, m_pRecordSet, and m_refCount.
|
override |
Definition at line 77 of file ADatabaseMetaDataResultSet.cxx.
References m_pRecordSet.
|
overridevirtual |
Definition at line 478 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), first(), cppu::BaseMutex::m_aMutex, m_nRowPos, m_pRecordSet, and connectivity::ado::OLEVariant::setNoArg().
|
overridevirtualnoexcept |
Definition at line 1214 of file ADatabaseMetaDataResultSet.cxx.
|
overridevirtual |
Definition at line 428 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), checkRecordSet(), last(), cppu::BaseMutex::m_aMutex, m_bEOF, and next().
|
overridevirtual |
Definition at line 416 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), checkRecordSet(), first(), cppu::BaseMutex::m_aMutex, and previous().
|
overridevirtual |
Definition at line 630 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), checkRecordSet(), cppu::BaseMutex::m_aMutex, and m_pRecordSet.
|
private |
css::sdbc::SQLException |
Definition at line 109 of file ADatabaseMetaDataResultSet.cxx.
References m_pRecordSet, and dbtools::throwFunctionSequenceException().
Referenced by afterLast(), beforeFirst(), cancel(), getBinaryStream(), getMetaData(), getValue(), isAfterLast(), isFirst(), isLast(), refreshRow(), rowDeleted(), rowInserted(), rowUpdated(), and wasNull().
|
overridevirtual |
Definition at line 641 of file ADatabaseMetaDataResultSet.cxx.
|
overridevirtual |
Definition at line 442 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), dispose(), and cppu::BaseMutex::m_aMutex.
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
|
overrideprotectedvirtual |
Implements comphelper::OPropertyArrayUsageHelper< ODatabaseMetaDataResultSet >.
Definition at line 690 of file ADatabaseMetaDataResultSet.cxx.
References cppu::UnoType< typename T >::get(), dbtools::OPropertyMap::getNameByIndex(), connectivity::OMetaConnection::getPropMap(), PROPERTY_ID_CURSORNAME, PROPERTY_ID_FETCHDIRECTION, PROPERTY_ID_FETCHSIZE, PROPERTY_ID_RESULTSETCONCURRENCY, and PROPERTY_ID_RESULTSETTYPE.
|
overridevirtual |
Definition at line 83 of file ADatabaseMetaDataResultSet.cxx.
References comphelper::OPropertySetHelper::disposing(), cppu::BaseMutex::m_aMutex, m_aStatement, m_pRecordSet, and m_xMetaData.
|
overridevirtual |
Definition at line 116 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), columnName, getMetaData(), i, cppu::BaseMutex::m_aMutex, and dbtools::throwInvalidColumnException().
|
overridevirtual |
Definition at line 453 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_nRowPos, and m_pRecordSet.
Referenced by absolute(), and beforeFirst().
|
overridevirtual |
Definition at line 293 of file ADatabaseMetaDataResultSet.cxx.
References dbtools::throwFeatureNotImplementedSQLException().
|
overridevirtual |
Definition at line 138 of file ADatabaseMetaDataResultSet.cxx.
References aData, BLOCK_SIZE, connectivity::checkDisposed(), checkRecordSet(), 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, m_pRecordSet, and mapColumn().
|
overridevirtual |
Definition at line 306 of file ADatabaseMetaDataResultSet.cxx.
References dbtools::throwFeatureNotImplementedSQLException().
|
overridevirtual |
Definition at line 188 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::ado::OLEVariant::getBool(), connectivity::ado::OLEVariant::getInt16(), getValue(), cppu::BaseMutex::m_aMutex, m_aValue, m_aValueRange, and m_aValueRangeIter.
|
overridevirtual |
Definition at line 202 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::ado::OLEVariant::getInt32(), connectivity::ado::OLEVariant::getInt8(), connectivity::ado::OLEVariant::getString(), getValue(), connectivity::ado::OLEVariant::isNull(), cppu::BaseMutex::m_aMutex, m_aStrValueRange, m_aStrValueRangeIter, m_aValue, m_aValueRange, m_aValueRangeIter, and mapColumn().
|
overridevirtual |
Definition at line 221 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::ado::OLEVariant::getByteSequence(), and getValue().
|
overridevirtual |
Definition at line 181 of file ADatabaseMetaDataResultSet.cxx.
References dbtools::throwFeatureNotImplementedSQLException().
|
overridevirtual |
Definition at line 300 of file ADatabaseMetaDataResultSet.cxx.
References dbtools::throwFeatureNotImplementedSQLException().
|
inline |
Definition at line 192 of file ADatabaseMetaDataResultSet.hxx.
References m_aColMapping.
|
staticprivate |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 673 of file ADatabaseMetaDataResultSet.cxx.
|
overridevirtual |
Definition at line 227 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::ado::OLEVariant::getDate(), and getValue().
|
overridevirtual |
Definition at line 233 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::ado::OLEVariant::getDouble(), and getValue().
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
|
staticprivate |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 660 of file ADatabaseMetaDataResultSet.cxx.
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 665 of file ADatabaseMetaDataResultSet.cxx.
References m_pRecordSet, and nValue.
|
overridevirtual |
Definition at line 239 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::ado::OLEVariant::getFloat(), and getValue().
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
Definition at line 730 of file ADatabaseMetaDataResultSet.cxx.
References comphelper::OPropertyArrayUsageHelper< ODatabaseMetaDataResultSet >::getArrayHelper().
Referenced by getPropertySetInfo().
|
overridevirtual |
Definition at line 245 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::ado::OLEVariant::getInt32(), connectivity::ado::OLEVariant::getString(), getValue(), connectivity::ado::OLEVariant::isNull(), cppu::BaseMutex::m_aMutex, m_aStrValueRange, m_aStrValueRangeIter, m_aValue, m_aValueRange, m_aValueRangeIter, and mapColumn().
|
overridevirtual |
Definition at line 272 of file ADatabaseMetaDataResultSet.cxx.
References dbtools::throwFeatureNotImplementedSQLException().
|
overridevirtual |
Definition at line 279 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), checkRecordSet(), cppu::BaseMutex::m_aMutex, m_pRecordSet, and m_xMetaData.
Referenced by findColumn().
|
overridevirtual |
|
overridevirtual |
Definition at line 1224 of file ADatabaseMetaDataResultSet.cxx.
References getInfoHelper().
|
overridevirtual |
Definition at line 313 of file ADatabaseMetaDataResultSet.cxx.
References dbtools::throwFeatureNotImplementedSQLException().
|
staticprivate |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 650 of file ADatabaseMetaDataResultSet.cxx.
|
staticprivate |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 655 of file ADatabaseMetaDataResultSet.cxx.
|
overridevirtual |
Definition at line 265 of file ADatabaseMetaDataResultSet.cxx.
References dbtools::throwFeatureNotImplementedSQLException().
|
overridevirtual |
Definition at line 333 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::ado::OLEVariant::getInt16(), connectivity::ado::OLEVariant::getInt32(), connectivity::ado::OLEVariant::getString(), getValue(), connectivity::ado::OLEVariant::isNull(), cppu::BaseMutex::m_aMutex, m_aStrValueRange, m_aStrValueRangeIter, m_aValue, m_aValueRange, m_aValueRangeIter, and mapColumn().
|
overridevirtual |
Definition at line 528 of file ADatabaseMetaDataResultSet.cxx.
References m_aStatement.
|
overridevirtual |
Definition at line 352 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::ado::OLEVariant::getInt32(), connectivity::ado::OLEVariant::getString(), getValue(), connectivity::ado::OLEVariant::isNull(), m_aIntValueRange, m_aIntValueRangeIter, cppu::BaseMutex::m_aMutex, m_aValue, and mapColumn().
|
overridevirtual |
Definition at line 369 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::ado::OLEVariant::getTime(), and getValue().
|
overridevirtual |
Definition at line 375 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::ado::OLEVariant::getDateTime(), and getValue().
|
overridevirtual |
Definition at line 100 of file ADatabaseMetaDataResultSet.cxx.
References aTypes.
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 1229 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), checkRecordSet(), 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 645 of file ADatabaseMetaDataResultSet.cxx.
References Any.
|
overridevirtual |
Definition at line 381 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), checkRecordSet(), cppu::BaseMutex::m_aMutex, and m_pRecordSet.
|
overridevirtual |
Definition at line 573 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_pRecordSet.
|
overridevirtual |
Definition at line 394 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), checkRecordSet(), cppu::BaseMutex::m_aMutex, and m_nRowPos.
|
overridevirtual |
Definition at line 405 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), checkRecordSet(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 469 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_pRecordSet.
Referenced by afterLast().
|
inlineprivate |
Definition at line 210 of file ADatabaseMetaDataResultSet.hxx.
References m_aColMapping, and map.
Referenced by getBinaryStream(), getByte(), getInt(), getShort(), and getString().
|
overridevirtual |
Definition at line 588 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_bOnFirstAfterOpen, and m_pRecordSet.
Referenced by afterLast().
|
overridevirtual |
Definition at line 513 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_nRowPos, and m_pRecordSet.
Referenced by beforeFirst().
|
overridevirtual |
Reimplemented from cppu::OPropertySetHelper.
|
overridevirtual |
Definition at line 618 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), checkRecordSet(), cppu::BaseMutex::m_aMutex, and m_pRecordSet.
|
overridevirtual |
Definition at line 496 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_nRowPos, m_pRecordSet, and connectivity::ado::OLEVariant::setNoArg().
|
overridevirtualnoexcept |
Definition at line 1219 of file ADatabaseMetaDataResultSet.cxx.
|
overridevirtual |
Definition at line 534 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), checkRecordSet(), cppu::BaseMutex::m_aMutex, and m_pRecordSet.
|
overridevirtual |
Definition at line 547 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), checkRecordSet(), cppu::BaseMutex::m_aMutex, and m_pRecordSet.
|
overridevirtual |
Definition at line 559 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), checkRecordSet(), cppu::BaseMutex::m_aMutex, and m_pRecordSet.
void ODatabaseMetaDataResultSet::setCatalogsMap | ( | ) |
Definition at line 823 of file ADatabaseMetaDataResultSet.cxx.
References m_aColMapping, m_pRecordSet, and m_xMetaData.
void ODatabaseMetaDataResultSet::setColumnPrivilegesMap | ( | ) |
Definition at line 837 of file ADatabaseMetaDataResultSet.cxx.
References m_aColMapping, m_pRecordSet, and m_xMetaData.
void ODatabaseMetaDataResultSet::setColumnsMap | ( | ) |
Definition at line 853 of file ADatabaseMetaDataResultSet.cxx.
References aMap, i, m_aColMapping, m_aIntValueRange, m_aValueRange, m_pRecordSet, m_xMetaData, and connectivity::ado::ADOS::MapADOType2Jdbc().
void ODatabaseMetaDataResultSet::setCrossReferenceMap | ( | ) |
Definition at line 1098 of file ADatabaseMetaDataResultSet.cxx.
References aMap, i, m_aColMapping, m_aStrValueRange, m_pRecordSet, and m_xMetaData.
void connectivity::ado::ODatabaseMetaDataResultSet::setExportedKeysMap | ( | ) |
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 679 of file ADatabaseMetaDataResultSet.cxx.
References dbtools::throwFeatureNotImplementedSQLException().
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 684 of file ADatabaseMetaDataResultSet.cxx.
References m_pRecordSet.
void connectivity::ado::ODatabaseMetaDataResultSet::setImportedKeysMap | ( | ) |
void ODatabaseMetaDataResultSet::setIndexInfoMap | ( | ) |
Definition at line 1026 of file ADatabaseMetaDataResultSet.cxx.
References aMap, i, m_aColMapping, m_aIntValueRange, m_aValueRange, m_pRecordSet, and m_xMetaData.
void ODatabaseMetaDataResultSet::setPrimaryKeysMap | ( | ) |
Definition at line 1012 of file ADatabaseMetaDataResultSet.cxx.
References i, m_aColMapping, m_pRecordSet, and m_xMetaData.
void ODatabaseMetaDataResultSet::setProcedureColumnsMap | ( | ) |
Definition at line 943 of file ADatabaseMetaDataResultSet.cxx.
References aMap, i, m_aColMapping, m_aValueRange, m_pRecordSet, and m_xMetaData.
void ODatabaseMetaDataResultSet::setProceduresMap | ( | ) |
Definition at line 800 of file ADatabaseMetaDataResultSet.cxx.
References aMap, i, m_aColMapping, m_aValueRange, m_pRecordSet, and m_xMetaData.
void ODatabaseMetaDataResultSet::setSchemasMap | ( | ) |
Definition at line 830 of file ADatabaseMetaDataResultSet.cxx.
References m_aColMapping, m_pRecordSet, and m_xMetaData.
void ODatabaseMetaDataResultSet::setTablePrivilegesMap | ( | ) |
Definition at line 1074 of file ADatabaseMetaDataResultSet.cxx.
References aMap, i, m_aColMapping, m_aIntValueRange, m_pRecordSet, and m_xMetaData.
void ODatabaseMetaDataResultSet::setTablesMap | ( | ) |
Definition at line 931 of file ADatabaseMetaDataResultSet.cxx.
References i, m_aColMapping, m_pRecordSet, and m_xMetaData.
void ODatabaseMetaDataResultSet::setTypeInfoMap | ( | bool | _bJetEngine | ) |
Definition at line 1131 of file ADatabaseMetaDataResultSet.cxx.
References aMap, i, m_aColMapping, m_aStrValueRange, m_aValueRange, m_pRecordSet, m_xMetaData, and connectivity::ado::ADOS::MapADOType2Jdbc().
|
overridevirtual |
Definition at line 607 of file ADatabaseMetaDataResultSet.cxx.
References connectivity::checkDisposed(), checkRecordSet(), connectivity::ado::OLEVariant::isNull(), cppu::BaseMutex::m_aMutex, and m_aValue.
|
private |
Definition at line 54 of file ADatabaseMetaDataResultSet.hxx.
Referenced by getColumnMapping(), mapColumn(), ODatabaseMetaDataResultSet(), setCatalogsMap(), setColumnPrivilegesMap(), setColumnsMap(), setCrossReferenceMap(), setIndexInfoMap(), setPrimaryKeysMap(), setProcedureColumnsMap(), setProceduresMap(), setSchemasMap(), setTablePrivilegesMap(), setTablesMap(), and setTypeInfoMap().
|
private |
Definition at line 62 of file ADatabaseMetaDataResultSet.hxx.
Referenced by getString(), setColumnsMap(), setIndexInfoMap(), and setTablePrivilegesMap().
|
private |
Definition at line 63 of file ADatabaseMetaDataResultSet.hxx.
Referenced by getString().
|
private |
Definition at line 66 of file ADatabaseMetaDataResultSet.hxx.
Referenced by disposing(), and getStatement().
|
private |
Definition at line 59 of file ADatabaseMetaDataResultSet.hxx.
Referenced by getByte(), getInt(), getShort(), setCrossReferenceMap(), and setTypeInfoMap().
|
private |
Definition at line 60 of file ADatabaseMetaDataResultSet.hxx.
Referenced by getByte(), getInt(), and getShort().
|
private |
Definition at line 68 of file ADatabaseMetaDataResultSet.hxx.
Referenced by getBinaryStream(), getBoolean(), getByte(), getInt(), getShort(), getString(), getValue(), and wasNull().
|
private |
Definition at line 56 of file ADatabaseMetaDataResultSet.hxx.
Referenced by getBoolean(), getByte(), getInt(), getShort(), setColumnsMap(), setIndexInfoMap(), setProcedureColumnsMap(), setProceduresMap(), and setTypeInfoMap().
|
private |
Definition at line 57 of file ADatabaseMetaDataResultSet.hxx.
Referenced by getBoolean(), getByte(), getInt(), and getShort().
|
private |
Definition at line 71 of file ADatabaseMetaDataResultSet.hxx.
Referenced by afterLast().
|
private |
Definition at line 72 of file ADatabaseMetaDataResultSet.hxx.
Referenced by next(), and ODatabaseMetaDataResultSet().
|
private |
Definition at line 70 of file ADatabaseMetaDataResultSet.hxx.
|
private |
Definition at line 69 of file ADatabaseMetaDataResultSet.hxx.
Referenced by absolute(), first(), isFirst(), previous(), and relative().
|
private |
Definition at line 65 of file ADatabaseMetaDataResultSet.hxx.
Referenced by absolute(), cancel(), checkRecordSet(), disposing(), first(), getBinaryStream(), getFetchSize(), getMetaData(), getValue(), isAfterLast(), isBeforeFirst(), last(), next(), ODatabaseMetaDataResultSet(), previous(), refreshRow(), relative(), rowDeleted(), rowInserted(), rowUpdated(), setCatalogsMap(), setColumnPrivilegesMap(), setColumnsMap(), setCrossReferenceMap(), setFetchSize(), setIndexInfoMap(), setPrimaryKeysMap(), setProcedureColumnsMap(), setProceduresMap(), setSchemasMap(), setTablePrivilegesMap(), setTablesMap(), setTypeInfoMap(), and ~ODatabaseMetaDataResultSet().
|
private |
Definition at line 67 of file ADatabaseMetaDataResultSet.hxx.
Referenced by disposing(), getMetaData(), setCatalogsMap(), setColumnPrivilegesMap(), setColumnsMap(), setCrossReferenceMap(), setIndexInfoMap(), setPrimaryKeysMap(), setProcedureColumnsMap(), setProceduresMap(), setSchemasMap(), setTablePrivilegesMap(), setTablesMap(), and setTypeInfoMap().