LibreOffice Module dbaccess (master) 1
|
#include <resultset.hxx>
Public Member Functions | |
OResultSet (const css::uno::Reference< css::sdbc::XResultSet > &_xResultSet, const css::uno::Reference< css::uno::XInterface > &_xStatement, bool _bCaseSensitive) | |
virtual | ~OResultSet () override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () 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 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 void SAL_CALL | close () override |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
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 css::uno::Any SAL_CALL | getWarnings () override |
virtual void SAL_CALL | clearWarnings () override |
virtual css::uno::Reference< css::sdbc::XResultSetMetaData > SAL_CALL | getMetaData () override |
virtual sal_Int32 SAL_CALL | findColumn (const OUString &columnName) override |
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL | getColumns () 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 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 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 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 |
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< class TYPE > | |
OPropertyArrayUsageHelper () | |
virtual | ~OPropertyArrayUsageHelper () |
::cppu::IPropertyArrayHelper * | getArrayHelper () |
Private Member Functions | |
void | checkReadOnly () const |
void | checkBookmarkable () const |
Private Attributes | |
css::uno::Reference< css::uno::XInterface > | m_aStatement |
css::uno::Reference< css::sdbc::XResultSet > | m_xDelegatorResultSet |
css::uno::Reference< css::sdbc::XResultSetUpdate > | m_xDelegatorResultSetUpdate |
css::uno::Reference< css::sdbc::XRow > | m_xDelegatorRow |
css::uno::Reference< css::sdbc::XRowUpdate > | m_xDelegatorRowUpdate |
::dbtools::WarningsContainer | m_aWarnings |
std::unique_ptr< OColumns > | m_pColumns |
sal_Int32 | m_nResultSetConcurrency |
bool | m_bIsBookmarkable: 1 |
Additional Inherited Members | |
Static Public Member Functions inherited from cppu::OPropertySetHelper | |
static css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | createPropertySetInfo (IPropertyArrayHelper &rProperties) |
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 |
Static Protected Member Functions inherited from comphelper::OPropertyArrayUsageHelper< class TYPE > | |
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< class TYPE > | |
static sal_Int32 | s_nRefCount |
::cppu::IPropertyArrayHelper * | s_pProps |
Definition at line 60 of file resultset.hxx.
OResultSet::OResultSet | ( | const css::uno::Reference< css::sdbc::XResultSet > & | _xResultSet, |
const css::uno::Reference< css::uno::XInterface > & | _xStatement, | ||
bool | _bCaseSensitive | ||
) |
Definition at line 49 of file resultset.cxx.
References Exception, cppu::BaseMutex::m_aMutex, m_aMutex, m_aStatement, m_bIsBookmarkable, m_nResultSetConcurrency, m_pColumns, m_xDelegatorResultSet, m_xDelegatorResultSetUpdate, m_xDelegatorRow, m_xDelegatorRowUpdate, PROPERTY_ISBOOKMARKABLE(), PROPERTY_RESULTSETCONCURRENCY(), PROPERTY_RESULTSETTYPE(), and Reference.
|
overridevirtual |
Definition at line 91 of file resultset.cxx.
References m_pColumns.
|
overridevirtual |
Definition at line 794 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtualnoexcept |
Definition at line 123 of file resultset.cxx.
|
overridevirtual |
Definition at line 762 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtual |
Definition at line 754 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtual |
Definition at line 950 of file resultset.cxx.
References checkReadOnly(), cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSetUpdate.
|
private |
Definition at line 988 of file resultset.cxx.
References m_bIsBookmarkable, and throwSQLException().
Referenced by getBookmark(), and hasOrderedBookmarks().
|
private |
Definition at line 980 of file resultset.cxx.
References m_nResultSetConcurrency, m_xDelegatorResultSetUpdate, and throwSQLException().
Referenced by cancelRowUpdates(), deleteRow(), insertRow(), moveToCurrentRow(), moveToInsertRow(), updateBoolean(), updateByte(), updateDate(), updateDouble(), updateFloat(), updateInt(), updateLong(), updateNull(), updateRow(), updateShort(), updateString(), updateTime(), and updateTimestamp().
|
overridevirtual |
Definition at line 264 of file resultset.cxx.
References dbtools::WarningsContainer::clearWarnings(), cppu::BaseMutex::m_aMutex, and m_aWarnings.
|
overridevirtual |
Definition at line 155 of file resultset.cxx.
References dispose(), and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
|
overridevirtual |
Implements cppu::OPropertySetHelper.
|
overridevirtual |
Implements comphelper::OPropertyArrayUsageHelper< class TYPE >.
Definition at line 187 of file resultset.cxx.
References cppu::UnoType< typename T >::get(), PROPERTY_CURSORNAME(), PROPERTY_FETCHDIRECTION(), PROPERTY_FETCHSIZE(), PROPERTY_ID_CURSORNAME, PROPERTY_ID_FETCHDIRECTION, PROPERTY_ID_FETCHSIZE, PROPERTY_ID_ISBOOKMARKABLE, PROPERTY_ID_RESULTSETCONCURRENCY, PROPERTY_ID_RESULTSETTYPE, PROPERTY_ISBOOKMARKABLE(), PROPERTY_RESULTSETCONCURRENCY(), and PROPERTY_RESULTSETTYPE().
|
overridevirtual |
Definition at line 940 of file resultset.cxx.
References checkReadOnly(), cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSetUpdate.
|
overridevirtual |
Definition at line 135 of file resultset.cxx.
References comphelper::OPropertySetHelper::disposing(), cppu::BaseMutex::m_aMutex, m_aStatement, m_pColumns, m_xDelegatorResultSet, m_xDelegatorRow, and m_xDelegatorRowUpdate.
|
overridevirtual |
Definition at line 281 of file resultset.cxx.
References columnName, cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtual |
Definition at line 770 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtual |
Definition at line 534 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorRow.
|
overridevirtual |
Definition at line 486 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorRow.
|
overridevirtual |
Definition at line 518 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorRow.
|
overridevirtual |
Definition at line 859 of file resultset.cxx.
References Any, checkBookmarkable(), cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtual |
Definition at line 398 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorRow.
|
overridevirtual |
Definition at line 406 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorRow.
|
overridevirtual |
Definition at line 454 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorRow.
|
overridevirtual |
Definition at line 494 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorRow.
|
overridevirtual |
Definition at line 526 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorRow.
|
overridevirtual |
Definition at line 315 of file resultset.cxx.
References DBG_UNHANDLED_EXCEPTION, Exception, getStatement(), i, cppu::BaseMutex::m_aMutex, m_pColumns, m_xDelegatorResultSet, m_xDelegatorRow, m_xDelegatorRowUpdate, name, PROPERTY_NAME(), SAL_WARN_IF, and sName.
|
overridevirtual |
Definition at line 462 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorRow.
|
overridevirtual |
Definition at line 446 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorRow.
|
overridevirtual |
Implements cppu::OPropertySetHelper.
|
overridevirtual |
Definition at line 438 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorRow.
|
overridevirtual |
Definition at line 106 of file resultset.cxx.
|
overridevirtual |
Definition at line 165 of file resultset.cxx.
|
overridevirtual |
Implements cppu::OPropertySetHelper.
Definition at line 203 of file resultset.cxx.
References comphelper::OPropertyArrayUsageHelper< class TYPE >::getArrayHelper().
Referenced by getPropertySetInfo().
|
overridevirtual |
Definition at line 422 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorRow.
|
overridevirtual |
Definition at line 430 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorRow.
|
overridevirtual |
Definition at line 272 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtual |
|
overridevirtual |
Definition at line 181 of file resultset.cxx.
References cppu::OPropertySetHelper::createPropertySetInfo(), and getInfoHelper().
|
overridevirtual |
Definition at line 510 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorRow.
|
overridevirtual |
Definition at line 786 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtual |
Definition at line 414 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorRow.
|
overridevirtual |
Definition at line 850 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_aStatement.
Referenced by getColumns().
|
overridevirtual |
Definition at line 390 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorRow.
|
overridevirtual |
Definition at line 175 of file resultset.cxx.
References SERVICE_SDB_RESULTSET, and SERVICE_SDBC_RESULTSET.
|
overridevirtual |
Definition at line 470 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorRow.
|
overridevirtual |
Definition at line 478 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorRow.
|
overridevirtual |
Definition at line 98 of file resultset.cxx.
References aTypes.
|
overridevirtual |
Definition at line 257 of file resultset.cxx.
References Any, dbtools::WarningsContainer::getWarnings(), cppu::BaseMutex::m_aMutex, and m_aWarnings.
|
overridevirtual |
|
overridevirtual |
Definition at line 899 of file resultset.cxx.
References checkBookmarkable(), cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtual |
Definition at line 920 of file resultset.cxx.
References checkReadOnly(), cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSetUpdate.
|
overridevirtual |
Definition at line 730 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtual |
Definition at line 722 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtual |
Definition at line 738 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtual |
Definition at line 746 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtual |
Definition at line 778 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 970 of file resultset.cxx.
References checkReadOnly(), cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSetUpdate.
|
overridevirtual |
Definition at line 960 of file resultset.cxx.
References checkReadOnly(), cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSetUpdate.
|
overridevirtual |
Definition at line 714 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtual |
Definition at line 810 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtual |
Reimplemented from cppu::OPropertySetHelper.
|
overridevirtual |
Definition at line 818 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtual |
Definition at line 802 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtualnoexcept |
Definition at line 128 of file resultset.cxx.
|
overridevirtual |
Definition at line 842 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtual |
Definition at line 834 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtual |
Definition at line 826 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSet.
|
overridevirtual |
Implements cppu::OPropertySetHelper.
|
overridevirtual |
Definition at line 170 of file resultset.cxx.
References cppu::supportsService().
|
overridevirtual |
|
overridevirtual |
Definition at line 553 of file resultset.cxx.
References checkReadOnly(), cppu::BaseMutex::m_aMutex, m_xDelegatorRowUpdate, and x.
|
overridevirtual |
Definition at line 563 of file resultset.cxx.
References checkReadOnly(), cppu::BaseMutex::m_aMutex, m_xDelegatorRowUpdate, and x.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 643 of file resultset.cxx.
References checkReadOnly(), cppu::BaseMutex::m_aMutex, m_xDelegatorRowUpdate, and x.
|
overridevirtual |
Definition at line 613 of file resultset.cxx.
References checkReadOnly(), cppu::BaseMutex::m_aMutex, m_xDelegatorRowUpdate, and x.
|
overridevirtual |
Definition at line 603 of file resultset.cxx.
References checkReadOnly(), cppu::BaseMutex::m_aMutex, m_xDelegatorRowUpdate, and x.
|
overridevirtual |
Definition at line 583 of file resultset.cxx.
References checkReadOnly(), cppu::BaseMutex::m_aMutex, m_xDelegatorRowUpdate, and x.
|
overridevirtual |
Definition at line 593 of file resultset.cxx.
References checkReadOnly(), cppu::BaseMutex::m_aMutex, m_xDelegatorRowUpdate, and x.
|
overridevirtual |
Definition at line 543 of file resultset.cxx.
References checkReadOnly(), cppu::BaseMutex::m_aMutex, and m_xDelegatorRowUpdate.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 930 of file resultset.cxx.
References checkReadOnly(), cppu::BaseMutex::m_aMutex, and m_xDelegatorResultSetUpdate.
|
overridevirtual |
Definition at line 573 of file resultset.cxx.
References checkReadOnly(), cppu::BaseMutex::m_aMutex, m_xDelegatorRowUpdate, and x.
|
overridevirtual |
Definition at line 623 of file resultset.cxx.
References checkReadOnly(), cppu::BaseMutex::m_aMutex, m_xDelegatorRowUpdate, and x.
|
overridevirtual |
Definition at line 653 of file resultset.cxx.
References checkReadOnly(), cppu::BaseMutex::m_aMutex, m_xDelegatorRowUpdate, and x.
|
overridevirtual |
Definition at line 663 of file resultset.cxx.
References checkReadOnly(), cppu::BaseMutex::m_aMutex, m_xDelegatorRowUpdate, and x.
|
overridevirtual |
Definition at line 382 of file resultset.cxx.
References cppu::BaseMutex::m_aMutex, and m_xDelegatorRow.
|
private |
Definition at line 65 of file resultset.hxx.
Referenced by disposing(), getStatement(), and OResultSet().
|
private |
Definition at line 72 of file resultset.hxx.
Referenced by clearWarnings(), and getWarnings().
|
private |
Definition at line 75 of file resultset.hxx.
Referenced by checkBookmarkable(), and OResultSet().
|
private |
Definition at line 74 of file resultset.hxx.
Referenced by checkReadOnly(), and OResultSet().
|
private |
Definition at line 73 of file resultset.hxx.
Referenced by disposing(), getColumns(), OResultSet(), and ~OResultSet().
|
private |
Definition at line 67 of file resultset.hxx.
Referenced by absolute(), afterLast(), beforeFirst(), disposing(), findColumn(), first(), getBookmark(), getColumns(), getMetaData(), getRow(), hasOrderedBookmarks(), isAfterLast(), isBeforeFirst(), isFirst(), isLast(), last(), next(), OResultSet(), previous(), refreshRow(), relative(), rowDeleted(), rowInserted(), and rowUpdated().
|
private |
Definition at line 68 of file resultset.hxx.
Referenced by cancelRowUpdates(), checkReadOnly(), deleteRow(), insertRow(), moveToCurrentRow(), moveToInsertRow(), OResultSet(), and updateRow().
|
private |
Definition at line 69 of file resultset.hxx.
Referenced by disposing(), getArray(), getBinaryStream(), getBlob(), getBoolean(), getByte(), getBytes(), getCharacterStream(), getClob(), getColumns(), getDate(), getDouble(), getFloat(), getInt(), getLong(), getRef(), getShort(), getString(), getTime(), getTimestamp(), OResultSet(), and wasNull().
|
private |
Definition at line 70 of file resultset.hxx.
Referenced by disposing(), getColumns(), OResultSet(), updateBoolean(), updateByte(), updateDate(), updateDouble(), updateFloat(), updateInt(), updateLong(), updateNull(), updateShort(), updateString(), updateTime(), and updateTimestamp().