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

Public Member Functions

 OTableHelperImpl (const Reference< css::sdbc::XConnection > &_xConnection)
 

Public Attributes

TKeyMap m_aKeys
 
Reference< css::sdb::tools::XTableRename > m_xRename
 
Reference< css::sdb::tools::XTableAlteration > m_xAlter
 
Reference< css::sdb::tools::XKeyAlteration > m_xKeyAlter
 
Reference< css::sdb::tools::XIndexAlteration > m_xIndexAlter
 
Reference< css::sdbc::XDatabaseMetaData > m_xMetaData
 
Reference< css::sdbc::XConnection > m_xConnection
 
rtl::Reference< OTableContainerListener > m_xTablePropertyListener
 
std::vector< ColumnDescm_aColumnDesc
 

Detailed Description

Definition at line 113 of file TTableHelper.cxx.

Constructor & Destructor Documentation

◆ OTableHelperImpl()

connectivity::OTableHelperImpl::OTableHelperImpl ( const Reference< css::sdbc::XConnection > &  _xConnection)
inlineexplicit

Member Data Documentation

◆ m_aColumnDesc

std::vector< ColumnDesc > connectivity::OTableHelperImpl::m_aColumnDesc

Definition at line 125 of file TTableHelper.cxx.

◆ m_aKeys

TKeyMap connectivity::OTableHelperImpl::m_aKeys

Definition at line 115 of file TTableHelper.cxx.

◆ m_xAlter

Reference< css::sdb::tools::XTableAlteration> connectivity::OTableHelperImpl::m_xAlter

Definition at line 118 of file TTableHelper.cxx.

Referenced by OTableHelperImpl().

◆ m_xConnection

Reference< css::sdbc::XConnection > connectivity::OTableHelperImpl::m_xConnection

Definition at line 123 of file TTableHelper.cxx.

Referenced by OTableHelperImpl().

◆ m_xIndexAlter

Reference< css::sdb::tools::XIndexAlteration> connectivity::OTableHelperImpl::m_xIndexAlter

Definition at line 120 of file TTableHelper.cxx.

Referenced by OTableHelperImpl().

◆ m_xKeyAlter

Reference< css::sdb::tools::XKeyAlteration> connectivity::OTableHelperImpl::m_xKeyAlter

Definition at line 119 of file TTableHelper.cxx.

Referenced by OTableHelperImpl().

◆ m_xMetaData

Reference< css::sdbc::XDatabaseMetaData > connectivity::OTableHelperImpl::m_xMetaData

Definition at line 122 of file TTableHelper.cxx.

Referenced by OTableHelperImpl().

◆ m_xRename

Reference< css::sdb::tools::XTableRename> connectivity::OTableHelperImpl::m_xRename

Definition at line 117 of file TTableHelper.cxx.

Referenced by OTableHelperImpl().

◆ m_xTablePropertyListener

rtl::Reference<OTableContainerListener> connectivity::OTableHelperImpl::m_xTablePropertyListener

Definition at line 124 of file TTableHelper.cxx.


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