LibreOffice Module dbaccess (master) 1
|
#include <dbtreemodel.hxx>
Public Member Functions | |
DBTreeListUserData () | |
~DBTreeListUserData () | |
Public Attributes | |
css::uno::Reference< css::beans::XPropertySet > | xObjectProperties |
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 |
Definition at line 36 of file dbtreemodel.hxx.
dbaui::DBTreeListUserData::DBTreeListUserData | ( | ) |
Definition at line 24 of file dbtreemodel.cxx.
dbaui::DBTreeListUserData::~DBTreeListUserData | ( | ) |
Definition at line 28 of file dbtreemodel.cxx.
SbaTableQueryBrowser::EntryType dbaui::DBTreeListUserData::eType |
Definition at line 46 of file dbtreemodel.hxx.
Referenced by dbaui::SbaTableQueryBrowser::elementInserted(), dbaui::SbaTableQueryBrowser::getEntryType(), dbaui::SbaTableQueryBrowser::getObjectEntry(), dbaui::SbaTableQueryBrowser::implAddDatasource(), dbaui::SbaTableQueryBrowser::implAppendEntry(), dbaui::SbaTableQueryBrowser::implGetConnectionEntry(), dbaui::SbaTableQueryBrowser::implSelect(), and dbaui::SbaTableQueryBrowser::populateTree().
OUString dbaui::DBTreeListUserData::sAccessor |
Definition at line 47 of file dbtreemodel.hxx.
Referenced by dbaui::SbaTableQueryBrowser::implAddDatasource().
SharedConnection dbaui::DBTreeListUserData::xConnection |
if the entry denotes a data source, this is the connection for this data source (if already connection)
Definition at line 45 of file dbtreemodel.hxx.
Referenced by dbaui::SbaTableQueryBrowser::disposeConnection(), dbaui::SbaTableQueryBrowser::ensureConnection(), dbaui::SbaTableQueryBrowser::getExistentConnectionFor(), dbaui::SbaTableQueryBrowser::GetState(), dbaui::SbaTableQueryBrowser::implAddDatasource(), and dbaui::SbaTableQueryBrowser::implSelect().
css::uno::Reference< css::uno::XInterface > dbaui::DBTreeListUserData::xContainer |
if the entry denotes an object container, this is the UNO interface for this container
Definition at line 43 of file dbtreemodel.hxx.
Referenced by dbaui::SbaTableQueryBrowser::ensureEntryObject(), dbaui::SbaTableQueryBrowser::getEntryFromContainer(), dbaui::SbaTableQueryBrowser::getObjectEntry(), dbaui::IMPL_LINK(), and dbaui::SbaTableQueryBrowser::implSelect().
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().