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

This ResultSet does not deal with the management of the SQLDA it is supplied with. More...

#include <ResultSet.hxx>

Inheritance diagram for connectivity::firebird::OResultSet:
[legend]
Collaboration diagram for connectivity::firebird::OResultSet:
[legend]

Public Member Functions

 DECLARE_SERVICE_INFO ()
 
 OResultSet (Connection *pConnection, ::osl::Mutex &rMutex, const css::uno::Reference< css::uno::XInterface > &xStatement, isc_stmt_handle aStatementHandle, XSQLDA *aSqlda)
 
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 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 css::uno::Reference< css::sdbc::XResultSetMetaData > SAL_CALL getMetaData () override
 
virtual void SAL_CALL cancel () override
 
virtual void SAL_CALL close () override
 
virtual sal_Int32 SAL_CALL findColumn (const OUString &columnName) override
 
template<typename T >
OUString makeNumericString (const sal_Int32 nColumnIndex)
 
template<typename T >
retrieveValue (const sal_Int32 nColumnIndex, const ISC_SHORT nType)
 
template<>
ORowSetValue retrieveValue (const sal_Int32 nColumnIndex, const ISC_SHORT)
 
template<>
Date retrieveValue (const sal_Int32 nColumnIndex, const ISC_SHORT)
 
template<>
Time retrieveValue (const sal_Int32 nColumnIndex, const ISC_SHORT)
 
template<>
DateTime retrieveValue (const sal_Int32 nColumnIndex, const ISC_SHORT)
 
template<>
OUString retrieveValue (const sal_Int32 nColumnIndex, const ISC_SHORT)
 
template<>
ISC_QUAD * retrieveValue (const sal_Int32 nColumnIndex, const ISC_SHORT nType)
 
template<typename T >
safelyRetrieveValue (const sal_Int32 nColumnIndex, const ISC_SHORT nType)
 
- Public Member Functions inherited from comphelper::OPropertyContainer
virtual ~OPropertyContainer ()
 
- Public Member Functions inherited from comphelper::OPropertyArrayUsageHelper< OResultSet >
 OPropertyArrayUsageHelper ()
 
virtual ~OPropertyArrayUsageHelper ()
 
::cppu::IPropertyArrayHelpergetArrayHelper ()
 

Protected Member Functions

bool isNull (const sal_Int32 nColumnIndex)
 
template<typename T >
OUString makeNumericString (const sal_Int32 nColumnIndex)
 
template<typename T >
retrieveValue (const sal_Int32 nColumnIndex, const ISC_SHORT nType)
 
template<typename T >
safelyRetrieveValue (const sal_Int32 nColumnIndex, const ISC_SHORT nType=0)
 
virtual ::cppu::IPropertyArrayHelpercreateArrayHelper () const override
 
virtual ::cppu::IPropertyArrayHelper &SAL_CALL getInfoHelper () override
 
void checkColumnIndex (sal_Int32 index)
 
void checkRowIndex ()
 
virtual ~OResultSet () override
 
- Protected Member Functions inherited from comphelper::OPropertyContainer
 OPropertyContainer (::cppu::OBroadcastHelper &_rBHelper)
 
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 getFastPropertyValue (sal_Int32 nHandle) override final
 
virtual void getFastPropertyValue (std::unique_lock< std::mutex > &rGuard, css::uno::Any &rValue, sal_Int32 nHandle) const =0
 
virtual void SAL_CALL setFastPropertyValue (sal_Int32 nHandle, const css::uno::Any &rValue) override final
 
- Protected Member Functions inherited from comphelper::OPropertyContainerHelper
 OPropertyContainerHelper ()
 
 ~OPropertyContainerHelper ()
 
void registerProperty (const OUString &_rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, void *_pPointerToMember, const css::uno::Type &_rMemberType)
 
void registerMayBeVoidProperty (const OUString &_rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, css::uno::Any *_pPointerToMember, const css::uno::Type &_rExpectedType)
 
void registerPropertyNoMember (const OUString &_rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, const css::uno::Type &_rType, css::uno::Any const &_pInitialValue)
 
void revokeProperty (sal_Int32 _nHandle)
 
bool isRegisteredProperty (sal_Int32 _nHandle) const
 
bool isRegisteredProperty (const OUString &_rName) const
 
bool convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue)
 
void setFastPropertyValue (sal_Int32 nHandle, const css::uno::Any &rValue)
 
void getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const
 
void describeProperties (css::uno::Sequence< css::beans::Property > &_rProps) const
 
const css::beans::Property & getProperty (const OUString &_rName) const
 
virtual ::cppu::IPropertyArrayHelpercreateArrayHelper () const =0
 

Protected Attributes

Connectionm_pConnection
 
::osl::Mutex & m_rMutex
 
const css::uno::Reference< css::uno::XInterface > & m_xStatement
 
css::uno::Reference< css::sdbc::XResultSetMetaData > m_xMetaData
 
XSQLDA * m_pSqlda
 
isc_stmt_handle m_statementHandle
 
bool m_bWasNull
 
sal_Int32 m_currentRow
 
bool m_bIsAfterLastRow
 
const sal_Int32 m_fieldCount
 
ISC_STATUS_ARRAY m_statusVector
 

Private Attributes

bool m_bIsBookmarkable
 
sal_Int32 m_nFetchSize
 
sal_Int32 m_nResultSetType
 
sal_Int32 m_nFetchDirection
 
sal_Int32 m_nResultSetConcurrency
 

Additional Inherited Members

- Static Protected Member Functions inherited from comphelper::OPropertyContainer
static css::uno::Sequence< css::uno::Type > getBaseTypes ()
 
- Static Protected Member Functions inherited from comphelper::OPropertyArrayUsageHelper< OResultSet >
static std::mutextheMutex ()
 
- Static Protected Attributes inherited from comphelper::OPropertyArrayUsageHelper< OResultSet >
static sal_Int32 s_nRefCount
 
::cppu::IPropertyArrayHelpers_pProps
 

Detailed Description

This ResultSet does not deal with the management of the SQLDA it is supplied with.

The owner must mange its SQLDA appropriately and ensure that the ResultSet is destroyed before disposing of the SQLDA.

Definition at line 57 of file drivers/firebird/ResultSet.hxx.

Constructor & Destructor Documentation

◆ ~OResultSet()

virtual connectivity::firebird::OResultSet::~OResultSet ( )
overrideprotectedvirtual

◆ OResultSet()

connectivity::firebird::OResultSet::OResultSet ( Connection pConnection,
::osl::Mutex &  rMutex,
const css::uno::Reference< css::uno::XInterface > &  xStatement,
isc_stmt_handle  aStatementHandle,
XSQLDA *  aSqlda 
)

Member Function Documentation

◆ absolute()

virtual sal_Bool SAL_CALL connectivity::firebird::OResultSet::absolute ( sal_Int32  row)
overridevirtual

◆ acquire()

virtual void SAL_CALL connectivity::firebird::OResultSet::acquire ( )
overridevirtualnoexcept

◆ afterLast()

virtual void SAL_CALL connectivity::firebird::OResultSet::afterLast ( )
overridevirtual

◆ beforeFirst()

virtual void SAL_CALL connectivity::firebird::OResultSet::beforeFirst ( )
overridevirtual

◆ cancel()

virtual void SAL_CALL connectivity::firebird::OResultSet::cancel ( )
overridevirtual

◆ checkColumnIndex()

void connectivity::firebird::OResultSet::checkColumnIndex ( sal_Int32  index)
protected
Exceptions
css::sdbc::SQLException
css::uno::RuntimeException

◆ checkRowIndex()

void connectivity::firebird::OResultSet::checkRowIndex ( )
protected
Exceptions
css::sdbc::SQLException
css::uno::RuntimeException

◆ close()

virtual void SAL_CALL connectivity::firebird::OResultSet::close ( )
overridevirtual

◆ createArrayHelper()

virtual ::cppu::IPropertyArrayHelper * connectivity::firebird::OResultSet::createArrayHelper ( ) const
overrideprotectedvirtual

◆ DECLARE_SERVICE_INFO()

connectivity::firebird::OResultSet::DECLARE_SERVICE_INFO ( )

◆ findColumn()

virtual sal_Int32 SAL_CALL connectivity::firebird::OResultSet::findColumn ( const OUString &  columnName)
overridevirtual

◆ first()

virtual sal_Bool SAL_CALL connectivity::firebird::OResultSet::first ( )
overridevirtual

◆ getArray()

virtual css::uno::Reference< css::sdbc::XArray > SAL_CALL connectivity::firebird::OResultSet::getArray ( sal_Int32  columnIndex)
overridevirtual

◆ getBinaryStream()

virtual css::uno::Reference< css::io::XInputStream > SAL_CALL connectivity::firebird::OResultSet::getBinaryStream ( sal_Int32  columnIndex)
overridevirtual

◆ getBlob()

virtual css::uno::Reference< css::sdbc::XBlob > SAL_CALL connectivity::firebird::OResultSet::getBlob ( sal_Int32  columnIndex)
overridevirtual

◆ getBoolean()

virtual sal_Bool SAL_CALL connectivity::firebird::OResultSet::getBoolean ( sal_Int32  columnIndex)
overridevirtual

◆ getByte()

virtual sal_Int8 SAL_CALL connectivity::firebird::OResultSet::getByte ( sal_Int32  columnIndex)
overridevirtual

◆ getBytes()

virtual css::uno::Sequence< sal_Int8 > SAL_CALL connectivity::firebird::OResultSet::getBytes ( sal_Int32  columnIndex)
overridevirtual

◆ getCharacterStream()

virtual css::uno::Reference< css::io::XInputStream > SAL_CALL connectivity::firebird::OResultSet::getCharacterStream ( sal_Int32  columnIndex)
overridevirtual

◆ getClob()

virtual css::uno::Reference< css::sdbc::XClob > SAL_CALL connectivity::firebird::OResultSet::getClob ( sal_Int32  columnIndex)
overridevirtual

◆ getDate()

virtual css::util::Date SAL_CALL connectivity::firebird::OResultSet::getDate ( sal_Int32  columnIndex)
overridevirtual

◆ getDouble()

virtual double SAL_CALL connectivity::firebird::OResultSet::getDouble ( sal_Int32  columnIndex)
overridevirtual

◆ getFloat()

virtual float SAL_CALL connectivity::firebird::OResultSet::getFloat ( sal_Int32  columnIndex)
overridevirtual

◆ getInfoHelper()

virtual ::cppu::IPropertyArrayHelper &SAL_CALL connectivity::firebird::OResultSet::getInfoHelper ( )
overrideprotected

◆ getInt()

virtual sal_Int32 SAL_CALL connectivity::firebird::OResultSet::getInt ( sal_Int32  columnIndex)
overridevirtual

◆ getLong()

virtual sal_Int64 SAL_CALL connectivity::firebird::OResultSet::getLong ( sal_Int32  columnIndex)
overridevirtual

◆ getMetaData()

virtual css::uno::Reference< css::sdbc::XResultSetMetaData > SAL_CALL connectivity::firebird::OResultSet::getMetaData ( )
overridevirtual

◆ getObject()

virtual css::uno::Any SAL_CALL connectivity::firebird::OResultSet::getObject ( sal_Int32  columnIndex,
const css::uno::Reference< css::container::XNameAccess > &  typeMap 
)
overridevirtual

◆ getPropertySetInfo()

virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL connectivity::firebird::OResultSet::getPropertySetInfo ( )
overridevirtual

◆ getRef()

virtual css::uno::Reference< css::sdbc::XRef > SAL_CALL connectivity::firebird::OResultSet::getRef ( sal_Int32  columnIndex)
overridevirtual

◆ getRow()

virtual sal_Int32 SAL_CALL connectivity::firebird::OResultSet::getRow ( )
overridevirtual

◆ getShort()

virtual sal_Int16 SAL_CALL connectivity::firebird::OResultSet::getShort ( sal_Int32  columnIndex)
overridevirtual

◆ getStatement()

virtual css::uno::Reference< css::uno::XInterface > SAL_CALL connectivity::firebird::OResultSet::getStatement ( )
overridevirtual

◆ getString()

virtual OUString SAL_CALL connectivity::firebird::OResultSet::getString ( sal_Int32  columnIndex)
overridevirtual

◆ getTime()

virtual css::util::Time SAL_CALL connectivity::firebird::OResultSet::getTime ( sal_Int32  columnIndex)
overridevirtual

◆ getTimestamp()

virtual css::util::DateTime SAL_CALL connectivity::firebird::OResultSet::getTimestamp ( sal_Int32  columnIndex)
overridevirtual

◆ getTypes()

virtual css::uno::Sequence< css::uno::Type > SAL_CALL connectivity::firebird::OResultSet::getTypes ( )
overridevirtual

◆ isAfterLast()

virtual sal_Bool SAL_CALL connectivity::firebird::OResultSet::isAfterLast ( )
overridevirtual

◆ isBeforeFirst()

virtual sal_Bool SAL_CALL connectivity::firebird::OResultSet::isBeforeFirst ( )
overridevirtual

◆ isFirst()

virtual sal_Bool SAL_CALL connectivity::firebird::OResultSet::isFirst ( )
overridevirtual

◆ isLast()

virtual sal_Bool SAL_CALL connectivity::firebird::OResultSet::isLast ( )
overridevirtual

◆ isNull()

bool OResultSet::isNull ( const sal_Int32  nColumnIndex)
protected

Definition at line 358 of file firebird/ResultSet.cxx.

◆ last()

virtual sal_Bool SAL_CALL connectivity::firebird::OResultSet::last ( )
overridevirtual

◆ makeNumericString() [1/2]

template<typename T >
OUString connectivity::firebird::OResultSet::makeNumericString ( const sal_Int32  nColumnIndex)

Definition at line 372 of file firebird/ResultSet.cxx.

References i, and connectivity::firebird::pow10Integer().

◆ makeNumericString() [2/2]

template<typename T >
OUString connectivity::firebird::OResultSet::makeNumericString ( const sal_Int32  nColumnIndex)
protected

◆ next()

virtual sal_Bool SAL_CALL connectivity::firebird::OResultSet::next ( )
overridevirtual

◆ previous()

virtual sal_Bool SAL_CALL connectivity::firebird::OResultSet::previous ( )
overridevirtual

◆ queryInterface()

virtual css::uno::Any SAL_CALL connectivity::firebird::OResultSet::queryInterface ( const css::uno::Type &  rType)
overridevirtual

◆ refreshRow()

virtual void SAL_CALL connectivity::firebird::OResultSet::refreshRow ( )
overridevirtual

◆ relative()

virtual sal_Bool SAL_CALL connectivity::firebird::OResultSet::relative ( sal_Int32  rows)
overridevirtual

◆ release()

virtual void SAL_CALL connectivity::firebird::OResultSet::release ( )
overridevirtualnoexcept

◆ retrieveValue() [1/8]

template<typename T >
T connectivity::firebird::OResultSet::retrieveValue ( const sal_Int32  nColumnIndex,
const ISC_SHORT  nType 
)

◆ retrieveValue() [2/8]

template<>
ISC_QUAD * connectivity::firebird::OResultSet::retrieveValue ( const sal_Int32  nColumnIndex,
const ISC_SHORT  nType 
)

Definition at line 639 of file firebird/ResultSet.cxx.

References nType.

◆ retrieveValue() [3/8]

template<typename T >
T connectivity::firebird::OResultSet::retrieveValue ( const sal_Int32  nColumnIndex,
const ISC_SHORT  nType 
)
protected

◆ retrieveValue() [4/8]

template<>
ISC_QUAD * connectivity::firebird::OResultSet::retrieveValue ( const sal_Int32  nColumnIndex,
const  ISC_SHORT 
)

Definition at line 453 of file firebird/ResultSet.cxx.

References getDouble(), getFloat(), and getString().

◆ retrieveValue() [5/8]

template<>
Date connectivity::firebird::OResultSet::retrieveValue ( const sal_Int32  nColumnIndex,
const  ISC_SHORT 
)

Definition at line 517 of file firebird/ResultSet.cxx.

References tm.

◆ retrieveValue() [6/8]

template<>
Time connectivity::firebird::OResultSet::retrieveValue ( const sal_Int32  nColumnIndex,
const  ISC_SHORT 
)

Definition at line 535 of file firebird/ResultSet.cxx.

References Time, and tm.

◆ retrieveValue() [7/8]

template<>
DateTime connectivity::firebird::OResultSet::retrieveValue ( const sal_Int32  nColumnIndex,
const  ISC_SHORT 
)

Definition at line 558 of file firebird/ResultSet.cxx.

References tm.

◆ retrieveValue() [8/8]

template<>
OUString connectivity::firebird::OResultSet::retrieveValue ( const sal_Int32  nColumnIndex,
const  ISC_SHORT 
)

Definition at line 584 of file firebird/ResultSet.cxx.

◆ rowDeleted()

virtual sal_Bool SAL_CALL connectivity::firebird::OResultSet::rowDeleted ( )
overridevirtual

◆ rowInserted()

virtual sal_Bool SAL_CALL connectivity::firebird::OResultSet::rowInserted ( )
overridevirtual

◆ rowUpdated()

virtual sal_Bool SAL_CALL connectivity::firebird::OResultSet::rowUpdated ( )
overridevirtual

◆ safelyRetrieveValue() [1/2]

template<typename T >
T connectivity::firebird::OResultSet::safelyRetrieveValue ( const sal_Int32  nColumnIndex,
const ISC_SHORT  nType 
)

Definition at line 649 of file firebird/ResultSet.cxx.

References connectivity::checkDisposed(), m_rMutex, and nType.

◆ safelyRetrieveValue() [2/2]

template<typename T >
T connectivity::firebird::OResultSet::safelyRetrieveValue ( const sal_Int32  nColumnIndex,
const ISC_SHORT  nType = 0 
)
protected

◆ wasNull()

virtual sal_Bool SAL_CALL connectivity::firebird::OResultSet::wasNull ( )
overridevirtual

Member Data Documentation

◆ m_bIsAfterLastRow

bool connectivity::firebird::OResultSet::m_bIsAfterLastRow
protected

Definition at line 82 of file drivers/firebird/ResultSet.hxx.

◆ m_bIsBookmarkable

bool connectivity::firebird::OResultSet::m_bIsBookmarkable
private

Definition at line 62 of file drivers/firebird/ResultSet.hxx.

◆ m_bWasNull

bool connectivity::firebird::OResultSet::m_bWasNull
protected

Definition at line 79 of file drivers/firebird/ResultSet.hxx.

◆ m_currentRow

sal_Int32 connectivity::firebird::OResultSet::m_currentRow
protected

Definition at line 81 of file drivers/firebird/ResultSet.hxx.

◆ m_fieldCount

const sal_Int32 connectivity::firebird::OResultSet::m_fieldCount
protected

Definition at line 84 of file drivers/firebird/ResultSet.hxx.

◆ m_nFetchDirection

sal_Int32 connectivity::firebird::OResultSet::m_nFetchDirection
private

Definition at line 65 of file drivers/firebird/ResultSet.hxx.

◆ m_nFetchSize

sal_Int32 connectivity::firebird::OResultSet::m_nFetchSize
private

Definition at line 63 of file drivers/firebird/ResultSet.hxx.

◆ m_nResultSetConcurrency

sal_Int32 connectivity::firebird::OResultSet::m_nResultSetConcurrency
private

Definition at line 66 of file drivers/firebird/ResultSet.hxx.

◆ m_nResultSetType

sal_Int32 connectivity::firebird::OResultSet::m_nResultSetType
private

Definition at line 64 of file drivers/firebird/ResultSet.hxx.

◆ m_pConnection

Connection* connectivity::firebird::OResultSet::m_pConnection
protected

Definition at line 70 of file drivers/firebird/ResultSet.hxx.

◆ m_pSqlda

XSQLDA* connectivity::firebird::OResultSet::m_pSqlda
protected

Definition at line 76 of file drivers/firebird/ResultSet.hxx.

◆ m_rMutex

::osl::Mutex& connectivity::firebird::OResultSet::m_rMutex
protected

Definition at line 71 of file drivers/firebird/ResultSet.hxx.

◆ m_statementHandle

isc_stmt_handle connectivity::firebird::OResultSet::m_statementHandle
protected

Definition at line 77 of file drivers/firebird/ResultSet.hxx.

◆ m_statusVector

ISC_STATUS_ARRAY connectivity::firebird::OResultSet::m_statusVector
protected

Definition at line 85 of file drivers/firebird/ResultSet.hxx.

◆ m_xMetaData

css::uno::Reference< css::sdbc::XResultSetMetaData> connectivity::firebird::OResultSet::m_xMetaData
protected

Definition at line 74 of file drivers/firebird/ResultSet.hxx.

◆ m_xStatement

const css::uno::Reference< css::uno::XInterface >& connectivity::firebird::OResultSet::m_xStatement
protected

Definition at line 72 of file drivers/firebird/ResultSet.hxx.


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