LibreOffice Module connectivity (master) 1
|
#include <MacabResultSet.hxx>
Public Member Functions | |
DECLARE_SERVICE_INFO () | |
MacabResultSet (MacabCommonStatement *pStmt) | |
css::uno::Reference< css::uno::XInterface > | operator* () |
void | allMacabRecords () |
void | someMacabRecords (const class MacabCondition *pCondition) |
void | sortMacabRecords (const class MacabOrder *pOrder) |
void | setTableName (const OUString &_sTableName) |
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 | 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 | next () 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 &firstItem, const css::uno::Any &secondItem) 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< MacabResultSet > | |
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 | ~MacabResultSet () 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 |
Protected Attributes | |
::rtl::Reference< MacabCommonStatement > | m_xStatement |
::rtl::Reference< MacabResultSetMetaData > | m_xMetaData |
MacabRecords * | m_aMacabRecords |
sal_Int32 | m_nRowPos |
bool | m_bWasNull |
OUString | m_sTableName |
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 |
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< MacabResultSet > | |
static std::mutex & | theMutex () |
Static Protected Attributes inherited from comphelper::OPropertyArrayUsageHelper< MacabResultSet > | |
static sal_Int32 | s_nRefCount |
::cppu::IPropertyArrayHelper * | s_pProps |
Definition at line 53 of file MacabResultSet.hxx.
|
overrideprotectedvirtual |
Definition at line 62 of file MacabResultSet.cxx.
|
explicit |
Definition at line 51 of file MacabResultSet.cxx.
References m_aMutex, and m_sTableName.
|
overridevirtual |
Definition at line 629 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), m_aMacabRecords, cppu::BaseMutex::m_aMutex, m_nRowPos, and connectivity::macab::MacabRecords::size().
Referenced by next(), previous(), and relative().
|
overridevirtualnoexcept |
Definition at line 160 of file MacabResultSet.cxx.
|
overridevirtual |
Definition at line 576 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), m_aMacabRecords, cppu::BaseMutex::m_aMutex, m_nRowPos, and connectivity::macab::MacabRecords::size().
void MacabResultSet::allMacabRecords | ( | ) |
Definition at line 66 of file MacabResultSet.cxx.
References m_aMacabRecords, m_sTableName, and m_xStatement.
Referenced by connectivity::macab::MacabCommonStatement::selectRecords().
|
overridevirtual |
Definition at line 567 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_nRowPos.
|
overridevirtual |
Definition at line 708 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 745 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 714 of file MacabResultSet.cxx.
|
overridevirtual |
Definition at line 586 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), dispose(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 943 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), comphelper::getString(), and cppu::BaseMutex::m_aMutex.
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
Definition at line 1032 of file MacabResultSet.cxx.
References nHandle, PROPERTY_ID_CURSORNAME, PROPERTY_ID_FETCHDIRECTION, PROPERTY_ID_FETCHSIZE, PROPERTY_ID_ISBOOKMARKABLE, PROPERTY_ID_RESULTSETCONCURRENCY, and PROPERTY_ID_RESULTSETTYPE.
|
overrideprotectedvirtual |
Implements comphelper::OPropertyArrayUsageHelper< MacabResultSet >.
Definition at line 982 of file MacabResultSet.cxx.
References cppu::UnoType< typename T >::get(), dbtools::OPropertyMap::getNameByIndex(), connectivity::OMetaConnection::getPropMap(), PROPERTY_ID_CURSORNAME, PROPERTY_ID_FETCHDIRECTION, PROPERTY_ID_FETCHSIZE, PROPERTY_ID_ISBOOKMARKABLE, PROPERTY_ID_RESULTSETCONCURRENCY, and PROPERTY_ID_RESULTSETTYPE.
connectivity::macab::MacabResultSet::DECLARE_SERVICE_INFO | ( | ) |
|
overridevirtual |
Definition at line 739 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 974 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 142 of file MacabResultSet.cxx.
References comphelper::OPropertySetHelper::disposing(), cppu::BaseMutex::m_aMutex, m_xMetaData, and m_xStatement.
|
overridevirtual |
Definition at line 185 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), columnName, getMetaData(), i, cppu::BaseMutex::m_aMutex, and dbtools::throwInvalidColumnException().
|
overridevirtual |
Definition at line 595 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), m_aMacabRecords, cppu::BaseMutex::m_aMutex, m_nRowPos, and connectivity::macab::MacabRecords::size().
|
overridevirtual |
Definition at line 499 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and dbtools::throwFunctionNotSupportedSQLException().
|
overridevirtual |
Definition at line 439 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and dbtools::throwFunctionNotSupportedSQLException().
|
overridevirtual |
Definition at line 479 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and dbtools::throwFunctionNotSupportedSQLException().
|
overridevirtual |
Definition at line 874 of file MacabResultSet.cxx.
References Any, connectivity::macab::CFStringToOUString(), connectivity::checkDisposed(), connectivity::macab::MacabRecords::getField(), m_aMacabRecords, cppu::BaseMutex::m_aMutex, m_nRowPos, connectivity::macab::MacabRecords::size(), connectivity::macab::macabfield::type, u, and connectivity::macab::macabfield::value.
|
overridevirtual |
Definition at line 234 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and dbtools::throwFunctionNotSupportedSQLException().
|
overridevirtual |
Definition at line 244 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and dbtools::throwFunctionNotSupportedSQLException().
|
overridevirtual |
Definition at line 380 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and dbtools::throwFunctionNotSupportedSQLException().
|
overridevirtual |
Definition at line 449 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and dbtools::throwFunctionNotSupportedSQLException().
|
overridevirtual |
Definition at line 489 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and dbtools::throwFunctionNotSupportedSQLException().
|
overridevirtual |
Definition at line 390 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and dbtools::throwFunctionNotSupportedSQLException().
|
overridevirtual |
Definition at line 351 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), connectivity::macab::MacabRecords::getField(), m_aMacabRecords, cppu::BaseMutex::m_aMutex, m_bWasNull, m_nRowPos, m_xMetaData, connectivity::macab::MacabRecords::size(), connectivity::macab::macabfield::type, and connectivity::macab::macabfield::value.
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
Definition at line 1075 of file MacabResultSet.cxx.
References nHandle, PROPERTY_ID_CURSORNAME, PROPERTY_ID_FETCHDIRECTION, PROPERTY_ID_FETCHSIZE, PROPERTY_ID_ISBOOKMARKABLE, PROPERTY_ID_RESULTSETCONCURRENCY, and PROPERTY_ID_RESULTSETTYPE.
|
overridevirtual |
Definition at line 322 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), connectivity::macab::MacabRecords::getField(), m_aMacabRecords, cppu::BaseMutex::m_aMutex, m_bWasNull, m_nRowPos, m_xMetaData, connectivity::macab::MacabRecords::size(), connectivity::macab::macabfield::type, and connectivity::macab::macabfield::value.
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
Definition at line 1027 of file MacabResultSet.cxx.
References comphelper::OPropertyArrayUsageHelper< MacabResultSet >::getArrayHelper().
Referenced by getPropertySetInfo().
|
overridevirtual |
Definition at line 264 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), connectivity::macab::MacabRecords::getField(), m_aMacabRecords, cppu::BaseMutex::m_aMutex, m_bWasNull, m_nRowPos, m_xMetaData, connectivity::macab::MacabRecords::size(), connectivity::macab::macabfield::type, and connectivity::macab::macabfield::value.
|
overridevirtual |
Definition at line 293 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), connectivity::macab::MacabRecords::getField(), m_aMacabRecords, cppu::BaseMutex::m_aMutex, m_bWasNull, m_nRowPos, m_xMetaData, connectivity::macab::MacabRecords::size(), connectivity::macab::macabfield::type, and connectivity::macab::macabfield::value.
|
overridevirtual |
Definition at line 509 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_sTableName, m_xMetaData, and m_xStatement.
Referenced by findColumn(), and connectivity::macab::MacabCommonStatement::setMacabFields().
|
overridevirtual |
Definition at line 459 of file MacabResultSet.cxx.
References Any, connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and dbtools::throwFunctionNotSupportedSQLException().
|
overridevirtual |
Definition at line 180 of file MacabResultSet.cxx.
References getInfoHelper().
|
overridevirtual |
Definition at line 469 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and dbtools::throwFunctionNotSupportedSQLException().
|
overridevirtual |
Definition at line 621 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_nRowPos.
|
overridevirtual |
Definition at line 254 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and dbtools::throwFunctionNotSupportedSQLException().
|
overridevirtual |
Definition at line 667 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_xStatement.
|
overridevirtual |
Definition at line 207 of file MacabResultSet.cxx.
References connectivity::macab::CFStringToOUString(), connectivity::checkDisposed(), connectivity::macab::MacabRecords::getField(), m_aMacabRecords, cppu::BaseMutex::m_aMutex, m_bWasNull, m_nRowPos, m_xMetaData, connectivity::macab::MacabRecords::size(), connectivity::macab::macabfield::type, and connectivity::macab::macabfield::value.
|
overridevirtual |
Definition at line 401 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, dbtools::throwFunctionNotSupportedSQLException(), and Time.
|
overridevirtual |
Definition at line 412 of file MacabResultSet.cxx.
References connectivity::macab::CFDateToDateTime(), connectivity::checkDisposed(), connectivity::macab::MacabRecords::getField(), m_aMacabRecords, cppu::BaseMutex::m_aMutex, m_bWasNull, m_nRowPos, m_xMetaData, connectivity::macab::MacabRecords::size(), connectivity::macab::macabfield::type, and connectivity::macab::macabfield::value.
|
overridevirtual |
Definition at line 170 of file MacabResultSet.cxx.
References aTypes, and comphelper::concatSequences().
|
overridevirtual |
Definition at line 718 of file MacabResultSet.cxx.
References Any.
|
overridevirtual |
Definition at line 963 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), comphelper::getString(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 958 of file MacabResultSet.cxx.
|
overridevirtual |
Definition at line 723 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 532 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), m_aMacabRecords, cppu::BaseMutex::m_aMutex, m_nRowPos, and connectivity::macab::MacabRecords::size().
|
overridevirtual |
Definition at line 521 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_nRowPos.
|
overridevirtual |
Definition at line 544 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_nRowPos.
|
overridevirtual |
Definition at line 555 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), m_aMacabRecords, cppu::BaseMutex::m_aMutex, m_nRowPos, and connectivity::macab::MacabRecords::size().
|
overridevirtual |
Definition at line 608 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), m_aMacabRecords, cppu::BaseMutex::m_aMutex, m_nRowPos, and connectivity::macab::MacabRecords::size().
|
overridevirtual |
Definition at line 922 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), m_aMacabRecords, cppu::BaseMutex::m_aMutex, m_nRowPos, moveToBookmark(), and connectivity::macab::MacabRecords::size().
|
overridevirtual |
Definition at line 895 of file MacabResultSet.cxx.
References connectivity::macab::CFStringToOUString(), connectivity::checkDisposed(), connectivity::macab::MacabRecords::getField(), comphelper::getString(), m_aMacabRecords, cppu::BaseMutex::m_aMutex, m_nRowPos, connectivity::macab::MacabRecords::size(), connectivity::macab::macabfield::type, u, and connectivity::macab::macabfield::value.
Referenced by moveRelativeToBookmark().
|
overridevirtual |
Definition at line 759 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 751 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 651 of file MacabResultSet.cxx.
References absolute(), connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_nRowPos.
|
inline |
Definition at line 92 of file MacabResultSet.hxx.
|
overridevirtual |
Definition at line 659 of file MacabResultSet.cxx.
References absolute(), connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_nRowPos.
|
overridevirtual |
Reimplemented from cppu::OPropertySetHelper.
Definition at line 152 of file MacabResultSet.cxx.
References Any, and comphelper::OPropertySetHelper::queryInterface().
|
overridevirtual |
Definition at line 855 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 643 of file MacabResultSet.cxx.
References absolute(), connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_nRowPos.
|
overridevirtualnoexcept |
Definition at line 165 of file MacabResultSet.cxx.
|
overridevirtual |
Definition at line 676 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 684 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 692 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
Definition at line 1054 of file MacabResultSet.cxx.
References Exception, nHandle, PROPERTY_ID_CURSORNAME, PROPERTY_ID_FETCHDIRECTION, PROPERTY_ID_FETCHSIZE, PROPERTY_ID_ISBOOKMARKABLE, PROPERTY_ID_RESULTSETCONCURRENCY, and PROPERTY_ID_RESULTSETTYPE.
void MacabResultSet::setTableName | ( | const OUString & | _sTableName | ) |
Definition at line 137 of file MacabResultSet.cxx.
References m_sTableName.
void MacabResultSet::someMacabRecords | ( | const class MacabCondition * | pCondition | ) |
Definition at line 73 of file MacabResultSet.cxx.
References connectivity::macab::MacabRecords::begin(), connectivity::macab::MacabRecords::end(), connectivity::macab::MacabCondition::eval(), connectivity::macab::MacabRecords::insertRecord(), connectivity::macab::MacabCondition::isAlwaysFalse(), m_aMacabRecords, m_sTableName, and m_xStatement.
Referenced by connectivity::macab::MacabCommonStatement::selectRecords().
void MacabResultSet::sortMacabRecords | ( | const class MacabOrder * | pOrder | ) |
Definition at line 107 of file MacabResultSet.cxx.
References connectivity::macab::MacabOrder::compare(), connectivity::macab::MacabRecords::getRecord(), i, m_aMacabRecords, connectivity::macab::MacabRecords::size(), size, and connectivity::macab::MacabRecords::swap().
Referenced by connectivity::macab::MacabCommonStatement::sortRecords().
|
overridevirtual |
Definition at line 843 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 771 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 777 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 819 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 849 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 825 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 807 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 801 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 789 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 795 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 765 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 867 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 861 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 731 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 783 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 813 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 831 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 837 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Definition at line 700 of file MacabResultSet.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_bWasNull.
|
protected |
Definition at line 61 of file MacabResultSet.hxx.
Referenced by absolute(), afterLast(), allMacabRecords(), first(), getBookmark(), getDouble(), getFloat(), getInt(), getLong(), getString(), getTimestamp(), isAfterLast(), isLast(), last(), moveRelativeToBookmark(), moveToBookmark(), someMacabRecords(), and sortMacabRecords().
|
protected |
Definition at line 63 of file MacabResultSet.hxx.
Referenced by getDouble(), getFloat(), getInt(), getLong(), getString(), getTimestamp(), and wasNull().
|
protected |
Definition at line 62 of file MacabResultSet.hxx.
Referenced by absolute(), afterLast(), beforeFirst(), first(), getBookmark(), getDouble(), getFloat(), getInt(), getLong(), getRow(), getString(), getTimestamp(), isAfterLast(), isBeforeFirst(), isFirst(), isLast(), last(), moveRelativeToBookmark(), moveToBookmark(), next(), previous(), and relative().
|
protected |
Definition at line 64 of file MacabResultSet.hxx.
Referenced by allMacabRecords(), getMetaData(), setTableName(), and someMacabRecords().
|
protected |
Definition at line 60 of file MacabResultSet.hxx.
Referenced by disposing(), getDouble(), getFloat(), getInt(), getLong(), getMetaData(), getString(), and getTimestamp().
|
protected |
Definition at line 59 of file MacabResultSet.hxx.
Referenced by allMacabRecords(), disposing(), getMetaData(), getStatement(), and someMacabRecords().