LibreOffice Module connectivity (master) 1
Public Member Functions | Private Attributes | List of all members
pq_sdbc_driver::FakedUpdateableResultSet Class Reference

necessary to avoid crashes in OOo, when an updateable result set is requested, but cannot be delivered. More...

#include <pq_fakedupdateableresultset.hxx>

Inheritance diagram for pq_sdbc_driver::FakedUpdateableResultSet:
[legend]
Collaboration diagram for pq_sdbc_driver::FakedUpdateableResultSet:
[legend]

Public Member Functions

 FakedUpdateableResultSet (const ::rtl::Reference< comphelper::RefCountedMutex > &mutex, const css::uno::Reference< css::uno::XInterface > &owner, ConnectionSettings **pSettings, PGresult *result, const OUString &schema, const OUString &table, OUString aReason)
 
virtual void SAL_CALL acquire () noexcept override
 
virtual void SAL_CALL release () noexcept override
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &reqType) override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () override
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () 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 pq_sdbc_driver::ResultSet
 ResultSet (const ::rtl::Reference< comphelper::RefCountedMutex > &mutex, const css::uno::Reference< css::uno::XInterface > &owner, ConnectionSettings **pSettings, PGresult *result, OUString schema, OUString table)
 
virtual ~ResultSet () override
 
virtual void SAL_CALL close () override
 
virtual css::uno::Reference< css::sdbc::XResultSetMetaData > SAL_CALL getMetaData () override
 
virtual sal_Int32 SAL_CALL findColumn (const OUString &columnName) override
 
sal_Int32 guessDataType (sal_Int32 column)
 
- Public Member Functions inherited from pq_sdbc_driver::BaseResultSet
virtual void SAL_CALL acquire () noexcept override
 
virtual void SAL_CALL release () noexcept override
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &reqType) override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () override
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () 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 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
 
void SAL_CALL getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const override
 
css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo () override
 
virtual void SAL_CALL disposing () 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
 

Private Attributes

OUString m_aReason
 

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 pq_sdbc_driver::ResultSet
virtual void checkClosed () override
 mutex should be locked before called More...
 
virtual css::uno::Any getValue (sal_Int32 columnIndex) override
 unchecked, acquire mutex before calling More...
 
- Protected Member Functions inherited from pq_sdbc_driver::BaseResultSet
virtual void checkClosed ()=0
 mutex should be locked before called More...
 
void checkColumnIndex (sal_Int32 index)
 
void checkRowIndex ()
 
virtual css::uno::Any getValue (sal_Int32 columnIndex)=0
 
css::uno::Any convertTo (const css::uno::Any &str, const css::uno::Type &type)
 
 BaseResultSet (const ::rtl::Reference< comphelper::RefCountedMutex > &mutex, const css::uno::Reference< css::uno::XInterface > &owner, sal_Int32 rowCount, sal_Int32 columnCount, const css::uno::Reference< css::script::XTypeConverter > &tc)
 
virtual ~BaseResultSet () 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 ()
 
- Protected Attributes inherited from pq_sdbc_driver::ResultSet
PGresult * m_result
 
OUString m_schema
 
OUString m_table
 
ConnectionSettings ** m_ppSettings
 
- Protected Attributes inherited from pq_sdbc_driver::BaseResultSet
css::uno::Any m_props [BASERESULTSET_SIZE]
 
css::uno::Reference< css::uno::XInterface > m_owner
 
css::uno::Reference< css::script::XTypeConverter > m_tc
 
::rtl::Reference< comphelper::RefCountedMutexm_xMutex
 
sal_Int32 m_row
 
sal_Int32 m_rowCount
 
sal_Int32 m_fieldCount
 
bool m_wasNull
 
- Protected Attributes inherited from cppu::OPropertySetHelper
OBroadcastHelperrBHelper
 
OMultiTypeInterfaceContainerHelperInt32 aBoundLC
 
OMultiTypeInterfaceContainerHelperInt32 aVetoableLC
 
Impl *const m_pReserved
 

Detailed Description

necessary to avoid crashes in OOo, when an updateable result set is requested, but cannot be delivered.

Definition at line 49 of file pq_fakedupdateableresultset.hxx.

Constructor & Destructor Documentation

◆ FakedUpdateableResultSet()

pq_sdbc_driver::FakedUpdateableResultSet::FakedUpdateableResultSet ( const ::rtl::Reference< comphelper::RefCountedMutex > &  mutex,
const css::uno::Reference< css::uno::XInterface > &  owner,
ConnectionSettings **  pSettings,
PGresult *  result,
const OUString &  schema,
const OUString &  table,
OUString  aReason 
)

Definition at line 55 of file pq_fakedupdateableresultset.cxx.

References mutex, result, and table.

Member Function Documentation

◆ acquire()

virtual void SAL_CALL pq_sdbc_driver::FakedUpdateableResultSet::acquire ( )
inlineoverridevirtualnoexcept

◆ cancelRowUpdates()

void pq_sdbc_driver::FakedUpdateableResultSet::cancelRowUpdates ( )
overridevirtual

Definition at line 112 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ deleteRow()

void pq_sdbc_driver::FakedUpdateableResultSet::deleteRow ( )
overridevirtual

Definition at line 107 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ getImplementationId()

css::uno::Sequence< sal_Int8 > pq_sdbc_driver::FakedUpdateableResultSet::getImplementationId ( )
overridevirtual

Reimplemented from pq_sdbc_driver::BaseResultSet.

Definition at line 92 of file pq_fakedupdateableresultset.cxx.

◆ getTypes()

css::uno::Sequence< css::uno::Type > pq_sdbc_driver::FakedUpdateableResultSet::getTypes ( )
overridevirtual

◆ insertRow()

void pq_sdbc_driver::FakedUpdateableResultSet::insertRow ( )
overridevirtual

Definition at line 97 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ moveToCurrentRow()

void pq_sdbc_driver::FakedUpdateableResultSet::moveToCurrentRow ( )
overridevirtual

Definition at line 122 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ moveToInsertRow()

void pq_sdbc_driver::FakedUpdateableResultSet::moveToInsertRow ( )
overridevirtual

Definition at line 117 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ queryInterface()

css::uno::Any pq_sdbc_driver::FakedUpdateableResultSet::queryInterface ( const css::uno::Type &  reqType)
overridevirtual

◆ release()

virtual void SAL_CALL pq_sdbc_driver::FakedUpdateableResultSet::release ( )
inlineoverridevirtualnoexcept

◆ updateBinaryStream()

void pq_sdbc_driver::FakedUpdateableResultSet::updateBinaryStream ( sal_Int32  columnIndex,
const css::uno::Reference< css::io::XInputStream > &  x,
sal_Int32  length 
)
overridevirtual

Definition at line 193 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ updateBoolean()

void pq_sdbc_driver::FakedUpdateableResultSet::updateBoolean ( sal_Int32  columnIndex,
sal_Bool  x 
)
overridevirtual

Definition at line 133 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ updateByte()

void pq_sdbc_driver::FakedUpdateableResultSet::updateByte ( sal_Int32  columnIndex,
sal_Int8  x 
)
overridevirtual

Definition at line 138 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ updateBytes()

void pq_sdbc_driver::FakedUpdateableResultSet::updateBytes ( sal_Int32  columnIndex,
const css::uno::Sequence< sal_Int8 > &  x 
)
overridevirtual

Definition at line 173 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ updateCharacterStream()

void pq_sdbc_driver::FakedUpdateableResultSet::updateCharacterStream ( sal_Int32  columnIndex,
const css::uno::Reference< css::io::XInputStream > &  x,
sal_Int32  length 
)
overridevirtual

Definition at line 198 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ updateDate()

void pq_sdbc_driver::FakedUpdateableResultSet::updateDate ( sal_Int32  columnIndex,
const css::util::Date &  x 
)
overridevirtual

Definition at line 178 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ updateDouble()

void pq_sdbc_driver::FakedUpdateableResultSet::updateDouble ( sal_Int32  columnIndex,
double  x 
)
overridevirtual

Definition at line 163 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ updateFloat()

void pq_sdbc_driver::FakedUpdateableResultSet::updateFloat ( sal_Int32  columnIndex,
float  x 
)
overridevirtual

Definition at line 158 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ updateInt()

void pq_sdbc_driver::FakedUpdateableResultSet::updateInt ( sal_Int32  columnIndex,
sal_Int32  x 
)
overridevirtual

Definition at line 148 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ updateLong()

void pq_sdbc_driver::FakedUpdateableResultSet::updateLong ( sal_Int32  columnIndex,
sal_Int64  x 
)
overridevirtual

Definition at line 153 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ updateNull()

void pq_sdbc_driver::FakedUpdateableResultSet::updateNull ( sal_Int32  columnIndex)
overridevirtual

Definition at line 128 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ updateNumericObject()

void pq_sdbc_driver::FakedUpdateableResultSet::updateNumericObject ( sal_Int32  columnIndex,
const css::uno::Any &  x,
sal_Int32  scale 
)
overridevirtual

Definition at line 208 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ updateObject()

void pq_sdbc_driver::FakedUpdateableResultSet::updateObject ( sal_Int32  columnIndex,
const css::uno::Any &  x 
)
overridevirtual

Definition at line 203 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ updateRow()

void pq_sdbc_driver::FakedUpdateableResultSet::updateRow ( )
overridevirtual

Definition at line 102 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ updateShort()

void pq_sdbc_driver::FakedUpdateableResultSet::updateShort ( sal_Int32  columnIndex,
sal_Int16  x 
)
overridevirtual

Definition at line 143 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ updateString()

void pq_sdbc_driver::FakedUpdateableResultSet::updateString ( sal_Int32  columnIndex,
const OUString &  x 
)
overridevirtual

Definition at line 168 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ updateTime()

void pq_sdbc_driver::FakedUpdateableResultSet::updateTime ( sal_Int32  columnIndex,
const css::util::Time &  x 
)
overridevirtual

Definition at line 183 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

◆ updateTimestamp()

void pq_sdbc_driver::FakedUpdateableResultSet::updateTimestamp ( sal_Int32  columnIndex,
const css::util::DateTime &  x 
)
overridevirtual

Definition at line 188 of file pq_fakedupdateableresultset.cxx.

References Any, and m_aReason.

Member Data Documentation

◆ m_aReason

OUString pq_sdbc_driver::FakedUpdateableResultSet::m_aReason
private

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