LibreOffice Module connectivity (master) 1
|
#include <FCatalog.hxx>
Public Member Functions | |
virtual void | refreshTables () override |
virtual void | refreshViews () override |
virtual void | refreshGroups () override |
virtual void | refreshUsers () override |
OFileCatalog (OConnection *_pCon) | |
OConnection * | getConnection () |
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 void SAL_CALL | disposing () override |
Public Member Functions inherited from connectivity::sdbcx::OCatalog | |
OCatalog (const css::uno::Reference< css::sdbc::XConnection > &_xConnection) | |
virtual | ~OCatalog () override |
DECLARE_SERVICE_INFO () | |
virtual void | refreshTables ()=0 |
virtual void | refreshViews ()=0 |
virtual void SAL_CALL | disposing () override |
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL | getTables () override |
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL | getViews () override |
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL | getUsers () override |
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL | getGroups () override |
virtual void | refreshGroups ()=0 |
virtual void | refreshUsers ()=0 |
Protected Member Functions | |
virtual OUString | buildName (const css::uno::Reference< css::sdbc::XRow > &_xRow) override |
builds the name which should be used to access the object later on in the collection. More... | |
Protected Member Functions inherited from connectivity::sdbcx::OCatalog | |
virtual OUString | buildName (const css::uno::Reference< css::sdbc::XRow > &_xRow) |
builds the name which should be used to access the object later on in the collection. More... | |
void | fillNames (css::uno::Reference< css::sdbc::XResultSet > &_xResult,::std::vector< OUString > &_rNames) |
fills a vector with the necessary names which can be used in combination with the collections. More... | |
Protected Member Functions inherited from connectivity::sdbcx::IRefreshableGroups | |
~IRefreshableGroups () | |
Protected Member Functions inherited from connectivity::sdbcx::IRefreshableUsers | |
~IRefreshableUsers () | |
Protected Attributes | |
OConnection * | m_pConnection |
Protected Attributes inherited from connectivity::sdbcx::OCatalog | |
::osl::Mutex | m_aMutex |
std::unique_ptr< OCollection > | m_pTables |
std::unique_ptr< OCollection > | m_pViews |
std::unique_ptr< OCollection > | m_pGroups |
std::unique_ptr< OCollection > | m_pUsers |
css::uno::Reference< css::sdbc::XDatabaseMetaData > | m_xMetaData |
Definition at line 29 of file FCatalog.hxx.
OFileCatalog::OFileCatalog | ( | OConnection * | _pCon | ) |
Definition at line 35 of file FCatalog.cxx.
|
overrideprotectedvirtual |
builds the name which should be used to access the object later on in the collection.
Will only be called in fillNames.
_xRow | The current row from the resultset given to fillNames. |
Reimplemented from connectivity::sdbcx::OCatalog.
Definition at line 49 of file FCatalog.cxx.
|
overridevirtual |
Reimplemented from connectivity::sdbcx::OCatalog.
Definition at line 40 of file FCatalog.cxx.
References connectivity::sdbcx::OCatalog::m_aMutex, and connectivity::sdbcx::OCatalog::m_xMetaData.
|
inline |
Definition at line 50 of file FCatalog.hxx.
Definition at line 81 of file FCatalog.cxx.
References aTypes.
|
overridevirtual |
Definition at line 69 of file FCatalog.cxx.
References Any.
|
overridevirtual |
Implements connectivity::sdbcx::IRefreshableGroups.
Definition at line 34 of file FNoException.cxx.
|
overridevirtual |
Implements connectivity::sdbcx::OCatalog.
Reimplemented in connectivity::calc::OCalcCatalog, connectivity::dbase::ODbaseCatalog, connectivity::flat::OFlatCatalog, and connectivity::writer::OWriterCatalog.
Definition at line 54 of file FCatalog.cxx.
References Any, aTypes, connectivity::sdbcx::OCatalog::fillNames(), connectivity::sdbcx::OCatalog::m_aMutex, connectivity::sdbcx::OCatalog::m_pTables, and connectivity::sdbcx::OCatalog::m_xMetaData.
|
overridevirtual |
Implements connectivity::sdbcx::IRefreshableUsers.
Definition at line 36 of file FNoException.cxx.
|
overridevirtual |
Implements connectivity::sdbcx::OCatalog.
Definition at line 32 of file FNoException.cxx.
|
protected |
Definition at line 33 of file FCatalog.hxx.
Referenced by connectivity::calc::OCalcCatalog::refreshTables(), and connectivity::writer::OWriterCatalog::refreshTables().