LibreOffice Module connectivity (master) 1
|
#include <pq_resultset.hxx>
Public Member Functions | |
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 |
Protected Member Functions | |
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 | |
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::RefCountedMutex > | m_xMutex |
sal_Int32 | m_row |
sal_Int32 | m_rowCount |
sal_Int32 | m_fieldCount |
bool | m_wasNull |
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) |
Definition at line 52 of file pq_resultset.hxx.
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 | ||
) |
|
overridevirtual |
Definition at line 126 of file pq_resultset.cxx.
|
overrideprotectedvirtual |
mutex should be locked before called
Implements pq_sdbc_driver::BaseResultSet.
Definition at line 63 of file pq_resultset.cxx.
References Any, m_ppSettings, m_result, and pq_sdbc_driver::ConnectionSettings::pConnection.
Referenced by findColumn(), and getMetaData().
|
overridevirtual |
Definition at line 129 of file pq_resultset.cxx.
References pq_sdbc_driver::BaseResultSet::m_owner, m_result, pq_sdbc_driver::BaseResultSet::m_row, and pq_sdbc_driver::BaseResultSet::m_xMutex.
|
overridevirtual |
Definition at line 153 of file pq_resultset.cxx.
References checkClosed(), columnName, pq_sdbc_driver::ConnectionSettings::encoding, m_result, pq_sdbc_driver::BaseResultSet::m_xMutex, pq_sdbc_driver::OUStringToOString(), and dbtools::throwInvalidColumnException().
|
overridevirtual |
Definition at line 145 of file pq_resultset.cxx.
References checkClosed(), m_ppSettings, m_result, m_schema, m_table, and pq_sdbc_driver::BaseResultSet::m_xMutex.
|
overrideprotectedvirtual |
unchecked, acquire mutex before calling
Implements pq_sdbc_driver::BaseResultSet.
Definition at line 107 of file pq_resultset.cxx.
References Any, pq_sdbc_driver::ConnectionSettings::encoding, m_result, pq_sdbc_driver::BaseResultSet::m_row, and pq_sdbc_driver::BaseResultSet::m_wasNull.
sal_Int32 pq_sdbc_driver::ResultSet::guessDataType | ( | sal_Int32 | column | ) |
Definition at line 255 of file pq_resultset.cxx.
References i, pq_sdbc_driver::isDate(), pq_sdbc_driver::isInteger(), pq_sdbc_driver::isNumber(), pq_sdbc_driver::isTime(), pq_sdbc_driver::isTimestamp(), m_result, pq_sdbc_driver::BaseResultSet::m_rowCount, and p.
Referenced by pq_sdbc_driver::ResultSetMetaData::getColumnType().
|
protected |
Definition at line 58 of file pq_resultset.hxx.
Referenced by checkClosed(), and getMetaData().
|
protected |
Definition at line 55 of file pq_resultset.hxx.
Referenced by checkClosed(), close(), findColumn(), getMetaData(), getValue(), and guessDataType().
|
protected |
Definition at line 56 of file pq_resultset.hxx.
Referenced by getMetaData().
|
protected |
Definition at line 57 of file pq_resultset.hxx.
Referenced by getMetaData().