LibreOffice Module ucbhelper (master) 1
Public Member Functions | Public Attributes | List of all members
ucbhelper::ResultSet_Impl Struct Reference
Collaboration diagram for ucbhelper::ResultSet_Impl:
[legend]

Public Member Functions

 ResultSet_Impl (uno::Reference< uno::XComponentContext > xContext, const uno::Sequence< beans::Property > &rProperties, rtl::Reference< ResultSetDataSupplier > xDataSupplier, uno::Reference< css::ucb::XCommandEnvironment > xEnv)
 

Public Attributes

uno::Reference< uno::XComponentContext > m_xContext
 
uno::Reference< css::ucb::XCommandEnvironment > m_xEnv
 
uno::Reference< beans::XPropertySetInfo > m_xPropSetInfo
 
uno::Reference< sdbc::XResultSetMetaData > m_xMetaData
 
uno::Sequence< beans::Property > m_aProperties
 
rtl::Reference< ResultSetDataSupplierm_xDataSupplier
 
std::mutex m_aMutex
 
comphelper::OInterfaceContainerHelper4< lang::XEventListener > m_aDisposeEventListeners
 
std::unique_ptr< PropertyChangeListenersm_pPropertyChangeListeners
 
sal_Int32 m_nPos
 
bool m_bWasNull
 
bool m_bAfterLast
 

Detailed Description

Definition at line 136 of file resultset.cxx.

Constructor & Destructor Documentation

◆ ResultSet_Impl()

ucbhelper::ResultSet_Impl::ResultSet_Impl ( uno::Reference< uno::XComponentContext >  xContext,
const uno::Sequence< beans::Property > &  rProperties,
rtl::Reference< ResultSetDataSupplier xDataSupplier,
uno::Reference< css::ucb::XCommandEnvironment >  xEnv 
)
inline

Definition at line 158 of file resultset.cxx.

References m_xContext.

Member Data Documentation

◆ m_aDisposeEventListeners

comphelper::OInterfaceContainerHelper4<lang::XEventListener> ucbhelper::ResultSet_Impl::m_aDisposeEventListeners

Definition at line 145 of file resultset.cxx.

◆ m_aMutex

std::mutex ucbhelper::ResultSet_Impl::m_aMutex

Definition at line 144 of file resultset.cxx.

◆ m_aProperties

uno::Sequence< beans::Property > ucbhelper::ResultSet_Impl::m_aProperties

Definition at line 142 of file resultset.cxx.

◆ m_bAfterLast

bool ucbhelper::ResultSet_Impl::m_bAfterLast

Definition at line 149 of file resultset.cxx.

◆ m_bWasNull

bool ucbhelper::ResultSet_Impl::m_bWasNull

Definition at line 148 of file resultset.cxx.

◆ m_nPos

sal_Int32 ucbhelper::ResultSet_Impl::m_nPos

Definition at line 147 of file resultset.cxx.

◆ m_pPropertyChangeListeners

std::unique_ptr<PropertyChangeListeners> ucbhelper::ResultSet_Impl::m_pPropertyChangeListeners

Definition at line 146 of file resultset.cxx.

◆ m_xContext

uno::Reference< uno::XComponentContext > ucbhelper::ResultSet_Impl::m_xContext

Definition at line 138 of file resultset.cxx.

◆ m_xDataSupplier

rtl::Reference< ResultSetDataSupplier > ucbhelper::ResultSet_Impl::m_xDataSupplier

Definition at line 143 of file resultset.cxx.

◆ m_xEnv

uno::Reference< css::ucb::XCommandEnvironment > ucbhelper::ResultSet_Impl::m_xEnv

Definition at line 139 of file resultset.cxx.

◆ m_xMetaData

uno::Reference< sdbc::XResultSetMetaData > ucbhelper::ResultSet_Impl::m_xMetaData

Definition at line 141 of file resultset.cxx.

◆ m_xPropSetInfo

uno::Reference< beans::XPropertySetInfo > ucbhelper::ResultSet_Impl::m_xPropSetInfo

Definition at line 140 of file resultset.cxx.


The documentation for this struct was generated from the following file: