LibreOffice Module connectivity (master) 1
|
#include <pq_baseresultset.hxx>
Public Member Functions | |
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 ()=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 | |
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 67 of file pq_baseresultset.hxx.
|
protected |
Definition at line 101 of file pq_baseresultset.cxx.
|
overrideprotectedvirtual |
Definition at line 122 of file pq_baseresultset.cxx.
|
overridevirtual |
Definition at line 246 of file pq_baseresultset.cxx.
References checkClosed(), m_row, m_rowCount, and m_xMutex.
|
inlineoverridevirtualnoexcept |
Reimplemented in pq_sdbc_driver::FakedUpdateableResultSet, and pq_sdbc_driver::UpdateableResultSet.
Definition at line 106 of file pq_baseresultset.hxx.
Referenced by pq_sdbc_driver::FakedUpdateableResultSet::acquire(), and pq_sdbc_driver::UpdateableResultSet::acquire().
|
overridevirtual |
Definition at line 212 of file pq_baseresultset.cxx.
References checkClosed(), m_row, m_rowCount, and m_xMutex.
|
overridevirtual |
Definition at line 205 of file pq_baseresultset.cxx.
References checkClosed(), m_row, and m_xMutex.
|
protectedpure virtual |
mutex should be locked before called
css::sdbc::SQLException | |
css::uno::RuntimeException |
Implemented in pq_sdbc_driver::ResultSet, and pq_sdbc_driver::SequenceResultSet.
Referenced by absolute(), afterLast(), beforeFirst(), first(), getBoolean(), getByte(), getBytes(), getDouble(), getFloat(), getInt(), getLong(), getRow(), getShort(), getStatement(), getString(), isAfterLast(), isBeforeFirst(), isFirst(), isLast(), last(), next(), previous(), and relative().
|
protected |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 586 of file pq_baseresultset.cxx.
References Any, index, and m_fieldCount.
Referenced by pq_sdbc_driver::UpdateableResultSet::checkUpdate(), getBoolean(), getByte(), getBytes(), getDouble(), getFloat(), getInt(), getLong(), getShort(), and getString().
|
protected |
Definition at line 600 of file pq_baseresultset.cxx.
References Any, m_row, and m_rowCount.
Referenced by getBoolean(), getByte(), getBytes(), getFloat(), getInt(), getLong(), getShort(), and getString().
|
overridevirtual |
Implements cppu::OPropertySetHelper.
Definition at line 523 of file pq_baseresultset.cxx.
References pq_sdbc_driver::BASERESULTSET_CURSOR_NAME, pq_sdbc_driver::BASERESULTSET_ESCAPE_PROCESSING, pq_sdbc_driver::BASERESULTSET_FETCH_DIRECTION, pq_sdbc_driver::BASERESULTSET_FETCH_SIZE, pq_sdbc_driver::BASERESULTSET_IS_BOOKMARKABLE, pq_sdbc_driver::BASERESULTSET_RESULT_SET_CONCURRENCY, pq_sdbc_driver::BASERESULTSET_RESULT_SET_TYPE, m_props, and nHandle.
|
protected |
Definition at line 323 of file pq_baseresultset.cxx.
References Any, m_tc, and type.
Referenced by getByte(), getDouble(), getFloat(), getInt(), getLong(), getShort(), and getString().
|
overridevirtual |
Definition at line 581 of file pq_baseresultset.cxx.
References close.
|
overridevirtual |
Definition at line 219 of file pq_baseresultset.cxx.
References checkClosed(), m_row, m_rowCount, and m_xMutex.
|
overridevirtual |
Definition at line 513 of file pq_baseresultset.cxx.
References getString(), m_tc, m_xMutex, and pq_sdbc_driver::parseArray().
|
overridevirtual |
Definition at line 481 of file pq_baseresultset.cxx.
|
overridevirtual |
Definition at line 503 of file pq_baseresultset.cxx.
|
overridevirtual |
Definition at line 337 of file pq_baseresultset.cxx.
References checkClosed(), checkColumnIndex(), checkRowIndex(), getString(), and m_xMutex.
|
overridevirtual |
Definition at line 362 of file pq_baseresultset.cxx.
References checkClosed(), checkColumnIndex(), checkRowIndex(), convertTo(), getValue(), and m_xMutex.
|
overridevirtual |
Definition at line 439 of file pq_baseresultset.cxx.
References checkClosed(), checkColumnIndex(), checkRowIndex(), getValue(), length, m_wasNull, m_xMutex, and pq_sdbc_driver::OUStringToOString().
|
overridevirtual |
Definition at line 486 of file pq_baseresultset.cxx.
|
overridevirtual |
Definition at line 508 of file pq_baseresultset.cxx.
|
overridevirtual |
Definition at line 465 of file pq_baseresultset.cxx.
References getString(), and dbtools::DBTypeConversion::toDate().
|
overridevirtual |
Definition at line 429 of file pq_baseresultset.cxx.
References checkClosed(), checkColumnIndex(), convertTo(), d, getValue(), and m_xMutex.
|
overridevirtual |
Implements cppu::OPropertySetHelper.
Definition at line 571 of file pq_baseresultset.cxx.
|
overridevirtual |
Definition at line 418 of file pq_baseresultset.cxx.
References checkClosed(), checkColumnIndex(), checkRowIndex(), convertTo(), getValue(), and m_xMutex.
Reimplemented in pq_sdbc_driver::FakedUpdateableResultSet, and pq_sdbc_driver::UpdateableResultSet.
Definition at line 157 of file pq_baseresultset.cxx.
|
overridevirtual |
Implements cppu::OPropertySetHelper.
Definition at line 518 of file pq_baseresultset.cxx.
References pq_sdbc_driver::getResultSetPropertyArrayHelper().
|
overridevirtual |
Definition at line 396 of file pq_baseresultset.cxx.
References checkClosed(), checkColumnIndex(), checkRowIndex(), convertTo(), getValue(), i, and m_xMutex.
|
overridevirtual |
Definition at line 407 of file pq_baseresultset.cxx.
References checkClosed(), checkColumnIndex(), checkRowIndex(), convertTo(), getValue(), i, and m_xMutex.
|
overridevirtual |
Definition at line 491 of file pq_baseresultset.cxx.
References Any.
|
override |
Definition at line 576 of file pq_baseresultset.cxx.
References pq_sdbc_driver::getResultSetPropertyArrayHelper().
|
overridevirtual |
Definition at line 498 of file pq_baseresultset.cxx.
|
overridevirtual |
Definition at line 239 of file pq_baseresultset.cxx.
References checkClosed(), m_row, and m_xMutex.
|
overridevirtual |
Definition at line 373 of file pq_baseresultset.cxx.
References checkClosed(), checkColumnIndex(), checkRowIndex(), convertTo(), getValue(), i, and m_xMutex.
|
overridevirtual |
Definition at line 308 of file pq_baseresultset.cxx.
References checkClosed(), m_owner, and m_xMutex.
|
overridevirtual |
Definition at line 384 of file pq_baseresultset.cxx.
References checkClosed(), checkColumnIndex(), checkRowIndex(), convertTo(), getValue(), and m_xMutex.
Referenced by pq_sdbc_driver::UpdateableResultSet::buildWhereClause(), getArray(), getBoolean(), getDate(), getTime(), and getTimestamp().
|
overridevirtual |
Definition at line 470 of file pq_baseresultset.cxx.
References getString(), and dbtools::DBTypeConversion::toTime().
|
overridevirtual |
Definition at line 475 of file pq_baseresultset.cxx.
References getString(), and dbtools::DBTypeConversion::toDateTime().
Reimplemented in pq_sdbc_driver::FakedUpdateableResultSet, and pq_sdbc_driver::UpdateableResultSet.
Definition at line 148 of file pq_baseresultset.cxx.
Referenced by pq_sdbc_driver::FakedUpdateableResultSet::getTypes(), and pq_sdbc_driver::UpdateableResultSet::getTypes().
|
protectedpure virtual |
Implemented in pq_sdbc_driver::ResultSet, and pq_sdbc_driver::SequenceResultSet.
Referenced by getByte(), getBytes(), getDouble(), getFloat(), getInt(), getLong(), getShort(), and getString().
|
overridevirtual |
Definition at line 184 of file pq_baseresultset.cxx.
References checkClosed(), m_row, m_rowCount, and m_xMutex.
|
overridevirtual |
Definition at line 177 of file pq_baseresultset.cxx.
References checkClosed(), m_row, and m_xMutex.
|
overridevirtual |
Definition at line 191 of file pq_baseresultset.cxx.
References checkClosed(), m_row, m_rowCount, and m_xMutex.
|
overridevirtual |
Definition at line 198 of file pq_baseresultset.cxx.
References checkClosed(), m_row, m_rowCount, and m_xMutex.
|
overridevirtual |
Definition at line 229 of file pq_baseresultset.cxx.
References checkClosed(), m_row, m_rowCount, and m_xMutex.
|
overridevirtual |
Definition at line 169 of file pq_baseresultset.cxx.
References checkClosed(), m_row, m_rowCount, and m_xMutex.
|
overridevirtual |
Definition at line 278 of file pq_baseresultset.cxx.
References checkClosed(), m_row, and m_xMutex.
|
overridevirtual |
Reimplemented from cppu::OPropertySetHelper.
Reimplemented in pq_sdbc_driver::FakedUpdateableResultSet, and pq_sdbc_driver::UpdateableResultSet.
Definition at line 126 of file pq_baseresultset.cxx.
References Any.
Referenced by pq_sdbc_driver::FakedUpdateableResultSet::queryInterface(), and pq_sdbc_driver::UpdateableResultSet::queryInterface().
|
overridevirtual |
Definition at line 288 of file pq_baseresultset.cxx.
|
overridevirtual |
Definition at line 265 of file pq_baseresultset.cxx.
References checkClosed(), m_row, m_rowCount, and m_xMutex.
|
inlineoverridevirtualnoexcept |
Reimplemented in pq_sdbc_driver::FakedUpdateableResultSet, and pq_sdbc_driver::UpdateableResultSet.
Definition at line 107 of file pq_baseresultset.hxx.
Referenced by pq_sdbc_driver::FakedUpdateableResultSet::release(), and pq_sdbc_driver::UpdateableResultSet::release().
|
overridevirtual |
Definition at line 303 of file pq_baseresultset.cxx.
|
overridevirtual |
Definition at line 298 of file pq_baseresultset.cxx.
|
overridevirtual |
Definition at line 293 of file pq_baseresultset.cxx.
|
overridevirtual |
Implements cppu::OPropertySetHelper.
Definition at line 565 of file pq_baseresultset.cxx.
|
overridevirtual |
Definition at line 318 of file pq_baseresultset.cxx.
References m_wasNull.
|
protected |
|
protected |
Definition at line 72 of file pq_baseresultset.hxx.
Referenced by pq_sdbc_driver::ResultSet::close(), pq_sdbc_driver::UpdateableResultSet::deleteRow(), getStatement(), pq_sdbc_driver::UpdateableResultSet::insertRow(), and pq_sdbc_driver::UpdateableResultSet::updateRow().
|
protected |
Definition at line 71 of file pq_baseresultset.hxx.
Referenced by convertFastPropertyValue(), getFastPropertyValue(), setFastPropertyValue_NoBroadcast(), and pq_sdbc_driver::UpdateableResultSet::UpdateableResultSet().
|
protected |
Definition at line 75 of file pq_baseresultset.hxx.
Referenced by absolute(), afterLast(), beforeFirst(), checkRowIndex(), pq_sdbc_driver::ResultSet::close(), pq_sdbc_driver::UpdateableResultSet::deleteRow(), first(), getRow(), pq_sdbc_driver::ResultSet::getValue(), pq_sdbc_driver::SequenceResultSet::getValue(), isAfterLast(), isBeforeFirst(), isFirst(), isLast(), last(), next(), previous(), relative(), and pq_sdbc_driver::UpdateableResultSet::updateRow().
|
protected |
Definition at line 76 of file pq_baseresultset.hxx.
Referenced by absolute(), afterLast(), checkRowIndex(), pq_sdbc_driver::UpdateableResultSet::deleteRow(), first(), pq_sdbc_driver::ResultSet::guessDataType(), pq_sdbc_driver::UpdateableResultSet::insertRow(), isAfterLast(), isFirst(), isLast(), last(), next(), and relative().
|
protected |
Definition at line 73 of file pq_baseresultset.hxx.
Referenced by convertTo(), and getArray().
|
protected |
Definition at line 78 of file pq_baseresultset.hxx.
Referenced by getBytes(), pq_sdbc_driver::ResultSet::getValue(), pq_sdbc_driver::SequenceResultSet::getValue(), and wasNull().
|
protected |
Definition at line 74 of file pq_baseresultset.hxx.
Referenced by absolute(), afterLast(), beforeFirst(), pq_sdbc_driver::UpdateableResultSet::cancelRowUpdates(), pq_sdbc_driver::ResultSet::close(), pq_sdbc_driver::ResultSet::findColumn(), first(), getArray(), getBoolean(), getByte(), getBytes(), getDouble(), getFloat(), getInt(), getLong(), pq_sdbc_driver::ResultSet::getMetaData(), getRow(), getShort(), getStatement(), getString(), pq_sdbc_driver::UpdateableResultSet::insertRow(), isAfterLast(), isBeforeFirst(), isFirst(), isLast(), last(), next(), previous(), relative(), pq_sdbc_driver::UpdateableResultSet::updateBoolean(), pq_sdbc_driver::UpdateableResultSet::updateBytes(), pq_sdbc_driver::UpdateableResultSet::updateDouble(), pq_sdbc_driver::UpdateableResultSet::updateFloat(), pq_sdbc_driver::UpdateableResultSet::updateLong(), pq_sdbc_driver::UpdateableResultSet::updateNull(), pq_sdbc_driver::UpdateableResultSet::updateRow(), and pq_sdbc_driver::UpdateableResultSet::updateString().