LibreOffice Module dbaccess (master) 1
Public Member Functions | Public Attributes | List of all members
dbaui::DBTreeListUserData Struct Reference

#include <dbtreemodel.hxx>

Collaboration diagram for dbaui::DBTreeListUserData:
[legend]

Public Member Functions

 DBTreeListUserData ()
 
 ~DBTreeListUserData ()
 

Public Attributes

css::uno::Reference< css::beans::XPropertySetxObjectProperties
 if the entry denotes a table or query, this is the respective UNO object More...
 
css::uno::Reference< css::uno::XInterface > xContainer
 if the entry denotes an object container, this is the UNO interface for this container More...
 
SharedConnection xConnection
 if the entry denotes a data source, this is the connection for this data source (if already connection) More...
 
SbaTableQueryBrowser::EntryType eType
 
OUString sAccessor
 

Detailed Description

Definition at line 36 of file dbtreemodel.hxx.

Constructor & Destructor Documentation

◆ DBTreeListUserData()

dbaui::DBTreeListUserData::DBTreeListUserData ( )

Definition at line 24 of file dbtreemodel.cxx.

◆ ~DBTreeListUserData()

dbaui::DBTreeListUserData::~DBTreeListUserData ( )

Definition at line 28 of file dbtreemodel.cxx.

Member Data Documentation

◆ eType

SbaTableQueryBrowser::EntryType dbaui::DBTreeListUserData::eType

◆ sAccessor

OUString dbaui::DBTreeListUserData::sAccessor

Definition at line 47 of file dbtreemodel.hxx.

Referenced by dbaui::SbaTableQueryBrowser::implAddDatasource().

◆ xConnection

SharedConnection dbaui::DBTreeListUserData::xConnection

◆ xContainer

css::uno::Reference< css::uno::XInterface > dbaui::DBTreeListUserData::xContainer

◆ xObjectProperties

css::uno::Reference< css::beans::XPropertySet > dbaui::DBTreeListUserData::xObjectProperties

if the entry denotes a table or query, this is the respective UNO object

Definition at line 40 of file dbtreemodel.hxx.

Referenced by dbaui::SbaTableQueryBrowser::elementInserted().


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