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

#include <OStatement.hxx>

Inheritance diagram for connectivity::odbc::OStatement_Base:
[legend]
Collaboration diagram for connectivity::odbc::OStatement_Base:
[legend]

Public Member Functions

 OStatement_Base (OConnection *_pConnection)
 
oslGenericFunction getOdbcFunction (ODBC3SQLFunctionId _nIndex) const
 
virtual void SAL_CALL disposing () override
 
virtual void SAL_CALL release () noexcept override
 
virtual void SAL_CALL acquire () noexcept override
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &rType) override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () override
 
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo () override
 
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL executeQuery (const OUString &sql) override
 
virtual sal_Int32 SAL_CALL executeUpdate (const OUString &sql) override
 
virtual sal_Bool SAL_CALL execute (const OUString &sql) override
 
virtual css::uno::Reference< css::sdbc::XConnection > SAL_CALL getConnection () override
 
virtual css::uno::Any SAL_CALL getWarnings () override
 
virtual void SAL_CALL clearWarnings () override
 
virtual void SAL_CALL cancel () override
 
virtual void SAL_CALL close () override
 
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL getResultSet () override
 
virtual sal_Int32 SAL_CALL getUpdateCount () override
 
virtual sal_Bool SAL_CALL getMoreResults () override
 
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL getGeneratedValues () override
 
SQLHANDLE getConnectionHandle ()
 
OConnectiongetOwnConnection () const
 
SQLUINTEGER getCursorProperties (SQLINTEGER _nCursorType, bool bFirst)
 getCursorProperties return the properties for a specific cursor type More...
 
- 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< OStatement_Base >
 OPropertyArrayUsageHelper ()
 
virtual ~OPropertyArrayUsageHelper ()
 
::cppu::IPropertyArrayHelpergetArrayHelper ()
 

Protected Member Functions

sal_Int64 getQueryTimeOut () const
 
sal_Int64 getMaxFieldSize () const
 
sal_Int64 getMaxRows () const
 
sal_Int32 getResultSetConcurrency () const
 
sal_Int32 getResultSetType () const
 
sal_Int32 getFetchDirection () const
 
sal_Int32 getFetchSize () const
 
OUString getCursorName () const
 
bool isUsingBookmarks () const
 
bool getEscapeProcessing () const
 
template<typename T , SQLINTEGER BufferLength>
getStmtOption (SQLINTEGER fOption) const
 
void setQueryTimeOut (sal_Int64 _par0)
 
void setMaxFieldSize (sal_Int64 _par0)
 
void setMaxRows (sal_Int64 _par0)
 
void setFetchDirection (sal_Int32 _par0)
 
void setFetchSize (sal_Int32 _par0)
 
void setCursorName (std::u16string_view _par0)
 
void setEscapeProcessing (const bool _bEscapeProc)
 
template<typename T , SQLINTEGER BufferLength>
SQLRETURN setStmtOption (SQLINTEGER fOption, T value) const
 
void setResultSetConcurrency (sal_Int32 _par0)
 
void setResultSetType (sal_Int32 _par0)
 
void setUsingBookmarks (bool _bUseBookmark)
 
void reset ()
 
void clearMyResultSet ()
 
void setWarning (const css::sdbc::SQLWarning &ex)
 
bool lockIfNecessary (const OUString &sql)
 
sal_Int32 getColumnCount ()
 
css::uno::Reference< css::sdbc::XResultSet > getResultSet (bool checkCount)
 
virtual rtl::Reference< OResultSetcreateResultSet ()
 creates the driver specific resultset (factory) More...
 
SQLLEN getRowCount ()
 
void disposeResultSet ()
 
virtual ::cppu::IPropertyArrayHelpercreateArrayHelper () 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 ~OStatement_Base () 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
 
- 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::IPropertyArrayHelpercreateArrayHelper () const =0
 

Protected Attributes

css::uno::WeakReference< css::sdbc::XResultSet > m_xResultSet
 
css::uno::Reference< css::sdbc::XStatement > m_xGeneratedStatement
 
std::vector< OUString > m_aBatchVector
 
OUString m_sSqlStatement
 
rtl::Reference< OConnectionm_pConnection
 
SQLHANDLE m_aStatementHandle
 
SQLUSMALLINT * m_pRowStatusArray
 
- Protected Attributes inherited from cppu::BaseMutex
mutable::osl::Mutex m_aMutex
 
- Protected Attributes inherited from cppu::OPropertySetHelper
OBroadcastHelperrBHelper
 
OMultiTypeInterfaceContainerHelperInt32 aBoundLC
 
OMultiTypeInterfaceContainerHelperInt32 aVetoableLC
 
Impl *const m_pReserved
 

Private Attributes

css::sdbc::SQLWarning m_aLastWarning
 

Additional Inherited Members

- Static Public Member Functions inherited from cppu::OPropertySetHelper
static css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL createPropertySetInfo (IPropertyArrayHelper &rProperties)
 
- Static Protected Member Functions inherited from comphelper::OPropertyArrayUsageHelper< OStatement_Base >
static std::mutextheMutex ()
 
- Static Protected Attributes inherited from comphelper::OPropertyArrayUsageHelper< OStatement_Base >
static sal_Int32 s_nRefCount
 
::cppu::IPropertyArrayHelpers_pProps
 

Detailed Description

Definition at line 55 of file OStatement.hxx.

Constructor & Destructor Documentation

◆ ~OStatement_Base()

OStatement_Base::~OStatement_Base ( )
overrideprotectedvirtual

Definition at line 80 of file OStatement.cxx.

References m_aStatementHandle.

◆ OStatement_Base()

OStatement_Base::OStatement_Base ( OConnection _pConnection)

Definition at line 57 of file OStatement.cxx.

References m_aMutex, m_aStatementHandle, m_pConnection, and m_refCount.

Member Function Documentation

◆ acquire()

void SAL_CALL OStatement_Base::acquire ( )
overridevirtualnoexcept

◆ cancel()

void SAL_CALL OStatement_Base::cancel ( )
overridevirtual

◆ clearMyResultSet()

void OStatement_Base::clearMyResultSet ( )
protected
Exceptions
css::sdbc::SQLException
css::uno::RuntimeException

Definition at line 206 of file OStatement.cxx.

References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_xResultSet.

Referenced by connectivity::odbc::OPreparedStatement::close(), getResultSet(), and reset().

◆ clearWarnings()

void SAL_CALL OStatement_Base::clearWarnings ( )
overridevirtual

◆ close()

void SAL_CALL OStatement_Base::close ( )
overridevirtual

◆ convertFastPropertyValue()

virtual sal_Bool SAL_CALL connectivity::odbc::OStatement_Base::convertFastPropertyValue ( css::uno::Any &  rConvertedValue,
css::uno::Any &  rOldValue,
sal_Int32  nHandle,
const css::uno::Any &  rValue 
)
overrideprotectedvirtual

◆ createArrayHelper()

cppu::IPropertyArrayHelper * OStatement_Base::createArrayHelper ( ) const
overrideprotectedvirtual

◆ createResultSet()

rtl::Reference< OResultSet > OStatement_Base::createResultSet ( )
protectedvirtual

creates the driver specific resultset (factory)

Reimplemented in connectivity::odbc::OPreparedStatement.

Definition at line 1104 of file OStatement.cxx.

References m_aStatementHandle.

Referenced by getResultSet().

◆ disposeResultSet()

void OStatement_Base::disposeResultSet ( )
protected

Definition at line 85 of file OStatement.cxx.

References m_xResultSet.

Referenced by disposing().

◆ disposing()

void SAL_CALL OStatement_Base::disposing ( )
overridevirtual

◆ execute()

sal_Bool SAL_CALL OStatement_Base::execute ( const OUString &  sql)
overridevirtual

◆ executeQuery()

Reference< XResultSet > SAL_CALL OStatement_Base::executeQuery ( const OUString &  sql)
overridevirtual

◆ executeUpdate()

sal_Int32 SAL_CALL OStatement_Base::executeUpdate ( const OUString &  sql)
overridevirtual

◆ getColumnCount()

sal_Int32 OStatement_Base::getColumnCount ( )
protected

◆ getConnection()

Reference< XConnection > SAL_CALL OStatement_Base::getConnection ( )
overridevirtual

◆ getConnectionHandle()

SQLHANDLE connectivity::odbc::OStatement_Base::getConnectionHandle ( )
inline

Definition at line 197 of file OStatement.hxx.

Referenced by getCursorProperties().

◆ getCursorName()

OUString OStatement_Base::getCursorName ( ) const
protected

Definition at line 704 of file OStatement.cxx.

References m_aStatementHandle, N3SQLGetCursorName, and pName.

◆ getCursorProperties()

SQLUINTEGER OStatement_Base::getCursorProperties ( SQLINTEGER  _nCursorType,
bool  bFirst 
)

getCursorProperties return the properties for a specific cursor type

Parameters
_nCursorTypethe CursorType
bFirstwhen true the first property set is returned
Returns
the cursor properties

Definition at line 1114 of file OStatement.cxx.

References Exception, getConnectionHandle(), connectivity::odbc::OTools::GetInfo(), and getOwnConnection().

Referenced by connectivity::odbc::OResultSet::OResultSet(), and setResultSetType().

◆ getEscapeProcessing()

bool OStatement_Base::getEscapeProcessing ( ) const
protected

Definition at line 847 of file OStatement.cxx.

References m_aStatementHandle.

◆ getFastPropertyValue() [1/3]

virtual void SAL_CALL connectivity::odbc::OStatement_Base::getFastPropertyValue ( css::uno::Any &  rValue,
sal_Int32  nHandle 
) const
overrideprotectedvirtual

◆ getFastPropertyValue() [2/3]

virtual css::uno::Any SAL_CALL comphelper::OPropertySetHelper::getFastPropertyValue ( sal_Int32  nHandle)
protectedvirtual

Reimplemented from cppu::OPropertySetHelper.

◆ getFastPropertyValue() [3/3]

virtual void comphelper::OPropertySetHelper::getFastPropertyValue ( std::unique_lock< std::mutex > &  rGuard,
css::uno::Any &  rValue,
sal_Int32  nHandle 
) const
protected

◆ getFetchDirection()

sal_Int32 OStatement_Base::getFetchDirection ( ) const
protected

Definition at line 676 of file OStatement.cxx.

References m_aStatementHandle, and nValue.

◆ getFetchSize()

sal_Int32 OStatement_Base::getFetchSize ( ) const
protected

Definition at line 693 of file OStatement.cxx.

References m_aStatementHandle.

◆ getGeneratedValues()

Reference< XResultSet > SAL_CALL OStatement_Base::getGeneratedValues ( )
overridevirtual

Definition at line 143 of file OStatement.cxx.

References m_pConnection, m_sSqlStatement, and m_xGeneratedStatement.

◆ getInfoHelper()

cppu::IPropertyArrayHelper & OStatement_Base::getInfoHelper ( )
overrideprotectedvirtual

◆ getMaxFieldSize()

sal_Int64 OStatement_Base::getMaxFieldSize ( ) const
protected

Definition at line 699 of file OStatement.cxx.

◆ getMaxRows()

sal_Int64 OStatement_Base::getMaxRows ( ) const
protected

Definition at line 637 of file OStatement.cxx.

◆ getMoreResults()

sal_Bool SAL_CALL OStatement_Base::getMoreResults ( )
overridevirtual

◆ getOdbcFunction()

oslGenericFunction connectivity::odbc::OStatement_Base::getOdbcFunction ( ODBC3SQLFunctionId  _nIndex) const
inline

Definition at line 161 of file OStatement.hxx.

Referenced by connectivity::odbc::OResultSet::getOdbcFunction().

◆ getOwnConnection()

OConnection * connectivity::odbc::OStatement_Base::getOwnConnection ( ) const
inline

◆ getPropertySetInfo()

Reference< css::beans::XPropertySetInfo > SAL_CALL OStatement_Base::getPropertySetInfo ( )
overridevirtual

Definition at line 1109 of file OStatement.cxx.

References getInfoHelper().

◆ getQueryTimeOut()

sal_Int64 OStatement_Base::getQueryTimeOut ( ) const
protected

Definition at line 632 of file OStatement.cxx.

◆ getResultSet() [1/2]

Reference< XResultSet > SAL_CALL OStatement_Base::getResultSet ( )
overridevirtual

◆ getResultSet() [2/2]

Reference< XResultSet > OStatement_Base::getResultSet ( bool  checkCount)
protected

◆ getResultSetConcurrency()

sal_Int32 OStatement_Base::getResultSetConcurrency ( ) const
protected

Definition at line 642 of file OStatement.cxx.

References m_aStatementHandle, and nValue.

◆ getResultSetType()

sal_Int32 OStatement_Base::getResultSetType ( ) const
protected

Definition at line 653 of file OStatement.cxx.

References m_aStatementHandle, and nValue.

◆ getRowCount()

SQLLEN OStatement_Base::getRowCount ( )
protected
Exceptions
css::sdbc::SQLException
css::uno::RuntimeException

Definition at line 223 of file OStatement.cxx.

References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_aStatementHandle, N3SQLRowCount, and THROW_SQL.

Referenced by getUpdateCount().

◆ getStmtOption()

template<typename T , SQLINTEGER BufferLength>
T OStatement_Base::getStmtOption ( SQLINTEGER  fOption) const
protected

Definition at line 405 of file OStatement.cxx.

References m_aStatementHandle, N3SQLGetStmtAttr, and result.

◆ getTypes()

Sequence< Type > SAL_CALL OStatement_Base::getTypes ( )
overridevirtual

Reimplemented in connectivity::odbc::OPreparedStatement.

Definition at line 126 of file OStatement.cxx.

References aTypes, begin, end, and m_pConnection.

Referenced by connectivity::odbc::OPreparedStatement::getTypes().

◆ getUpdateCount()

sal_Int32 SAL_CALL OStatement_Base::getUpdateCount ( )
overridevirtual

◆ getWarnings()

Any SAL_CALL OStatement_Base::getWarnings ( )
overridevirtual

◆ isUsingBookmarks()

bool OStatement_Base::isUsingBookmarks ( ) const
protected

Definition at line 841 of file OStatement.cxx.

References m_aStatementHandle.

Referenced by setResultSetType().

◆ lockIfNecessary()

bool OStatement_Base::lockIfNecessary ( const OUString &  sql)
protected
Exceptions
css::sdbc::SQLException
css::uno::RuntimeException

Definition at line 244 of file OStatement.cxx.

References index, m_aStatementHandle, setWarning(), and THROW_SQL.

Referenced by execute().

◆ queryInterface()

virtual css::uno::Any SAL_CALL connectivity::odbc::OStatement_Base::queryInterface ( const css::uno::Type &  rType)
overridevirtual

◆ release()

void SAL_CALL OStatement_Base::release ( )
overridevirtualnoexcept

◆ reset()

void OStatement_Base::reset ( )
protected
Exceptions
css::sdbc::SQLException
css::uno::RuntimeException

Definition at line 186 of file OStatement.cxx.

References connectivity::checkDisposed(), clearMyResultSet(), clearWarnings(), cppu::BaseMutex::m_aMutex, m_aStatementHandle, m_xResultSet, N3SQLFreeStmt, and THROW_SQL.

Referenced by connectivity::odbc::OPreparedStatement::execute(), and execute().

◆ setCursorName()

void OStatement_Base::setCursorName ( std::u16string_view  _par0)
protected

◆ setEscapeProcessing()

void OStatement_Base::setEscapeProcessing ( const bool  _bEscapeProc)
protected

Definition at line 793 of file OStatement.cxx.

References m_aStatementHandle.

◆ setFastPropertyValue_NoBroadcast()

virtual void SAL_CALL connectivity::odbc::OStatement_Base::setFastPropertyValue_NoBroadcast ( sal_Int32  nHandle,
const css::uno::Any &  rValue 
)
overrideprotectedvirtual

◆ setFetchDirection()

void OStatement_Base::setFetchDirection ( sal_Int32  _par0)
protected

Definition at line 801 of file OStatement.cxx.

References m_aStatementHandle.

◆ setFetchSize()

void OStatement_Base::setFetchSize ( sal_Int32  _par0)
protected

Definition at line 814 of file OStatement.cxx.

References m_aStatementHandle, and m_pRowStatusArray.

◆ setMaxFieldSize()

void OStatement_Base::setMaxFieldSize ( sal_Int64  _par0)
protected

Definition at line 828 of file OStatement.cxx.

References m_aStatementHandle.

◆ setMaxRows()

void OStatement_Base::setMaxRows ( sal_Int64  _par0)
protected

Definition at line 719 of file OStatement.cxx.

References m_aStatementHandle.

◆ setQueryTimeOut()

void OStatement_Base::setQueryTimeOut ( sal_Int64  _par0)
protected

Definition at line 713 of file OStatement.cxx.

References m_aStatementHandle.

◆ setResultSetConcurrency()

void OStatement_Base::setResultSetConcurrency ( sal_Int32  _par0)
protected

Definition at line 725 of file OStatement.cxx.

References m_aStatementHandle.

◆ setResultSetType()

void OStatement_Base::setResultSetType ( sal_Int32  _par0)
protected

◆ setStmtOption()

template<typename T , SQLINTEGER BufferLength>
SQLRETURN OStatement_Base::setStmtOption ( SQLINTEGER  fOption,
value 
) const
protected

Definition at line 412 of file OStatement.cxx.

References m_aStatementHandle, N3SQLSetStmtAttr, and value.

◆ setUsingBookmarks()

void OStatement_Base::setUsingBookmarks ( bool  _bUseBookmark)
protected

Definition at line 853 of file OStatement.cxx.

References m_aStatementHandle, and nValue.

Referenced by setResultSetType().

◆ setWarning()

void connectivity::odbc::OStatement_Base::setWarning ( const css::sdbc::SQLWarning &  ex)
protected
Exceptions
css::sdbc::SQLException
css::uno::RuntimeException

Referenced by getMoreResults(), and lockIfNecessary().

Member Data Documentation

◆ m_aBatchVector

std::vector< OUString> connectivity::odbc::OStatement_Base::m_aBatchVector
protected

◆ m_aLastWarning

css::sdbc::SQLWarning connectivity::odbc::OStatement_Base::m_aLastWarning
private

Definition at line 62 of file OStatement.hxx.

Referenced by clearWarnings(), and getWarnings().

◆ m_aStatementHandle

SQLHANDLE connectivity::odbc::OStatement_Base::m_aStatementHandle
protected

◆ m_pConnection

rtl::Reference<OConnection> connectivity::odbc::OStatement_Base::m_pConnection
protected

◆ m_pRowStatusArray

SQLUSMALLINT* connectivity::odbc::OStatement_Base::m_pRowStatusArray
protected

Definition at line 73 of file OStatement.hxx.

Referenced by setFetchSize().

◆ m_sSqlStatement

OUString connectivity::odbc::OStatement_Base::m_sSqlStatement
protected

◆ m_xGeneratedStatement

css::uno::Reference< css::sdbc::XStatement> connectivity::odbc::OStatement_Base::m_xGeneratedStatement
protected

Definition at line 65 of file OStatement.hxx.

Referenced by disposing(), and getGeneratedValues().

◆ m_xResultSet

css::uno::WeakReference< css::sdbc::XResultSet> connectivity::odbc::OStatement_Base::m_xResultSet
protected

Definition at line 64 of file OStatement.hxx.

Referenced by clearMyResultSet(), disposeResultSet(), executeQuery(), getResultSet(), and reset().


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