LibreOffice Module connectivity (master) 1
|
#include <pq_xusers.hxx>
Public Member Functions | |
virtual void SAL_CALL | appendByDescriptor (const css::uno::Reference< css::beans::XPropertySet > &descriptor) override |
virtual void SAL_CALL | dropByName (const OUString &elementName) override |
virtual void SAL_CALL | dropByIndex (sal_Int32 index) override |
virtual void SAL_CALL | refresh () override |
virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL | createDataDescriptor () override |
Public Member Functions inherited from pq_sdbc_driver::Container | |
Container (const ::rtl::Reference< comphelper::RefCountedMutex > &refMutex, css::uno::Reference< css::sdbc::XConnection > origin, ConnectionSettings *pSettings, OUString type) | |
virtual sal_Int32 SAL_CALL | getCount () override |
virtual css::uno::Any SAL_CALL | getByIndex (sal_Int32 Index) override |
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL | createEnumeration () override |
virtual css::uno::Any SAL_CALL | getByName (const OUString &aName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getElementNames () override |
virtual sal_Bool SAL_CALL | hasByName (const OUString &aName) override |
virtual css::uno::Type SAL_CALL | getElementType () override |
virtual sal_Bool SAL_CALL | hasElements () override |
virtual void SAL_CALL | appendByDescriptor (const css::uno::Reference< css::beans::XPropertySet > &descriptor) override |
void | append (const OUString &str, const css::uno::Reference< css::beans::XPropertySet > &descriptor) |
virtual void SAL_CALL | dropByName (const OUString &elementName) override |
virtual void SAL_CALL | dropByIndex (sal_Int32 index) override |
virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL | createDataDescriptor () override=0 |
virtual void SAL_CALL | refresh () override |
virtual void SAL_CALL | addRefreshListener (const css::uno::Reference< css::util::XRefreshListener > &l) override |
virtual void SAL_CALL | removeRefreshListener (const css::uno::Reference< css::util::XRefreshListener > &l) override |
virtual void SAL_CALL | addContainerListener (const css::uno::Reference< css::container::XContainerListener > &xListener) override |
virtual void SAL_CALL | removeContainerListener (const css::uno::Reference< css::container::XContainerListener > &xListener) override |
virtual void SAL_CALL | disposing () override |
void | rename (const OUString &oldName, const OUString &newName) |
Static Public Member Functions | |
static css::uno::Reference< css::container::XNameAccess > | create (const ::rtl::Reference< comphelper::RefCountedMutex > &refMutex, const css::uno::Reference< css::sdbc::XConnection > &origin, ConnectionSettings *pSettings) |
Private Member Functions | |
Users (const ::rtl::Reference< comphelper::RefCountedMutex > &refMutex, const css::uno::Reference< css::sdbc::XConnection > &origin, ConnectionSettings *pSettings) | |
virtual | ~Users () override |
virtual void SAL_CALL | disposing () override |
Additional Inherited Members | |
Protected Member Functions inherited from pq_sdbc_driver::Container | |
void | fire (const EventBroadcastHelper &helper) |
Protected Attributes inherited from pq_sdbc_driver::Container | |
::rtl::Reference< comphelper::RefCountedMutex > | m_xMutex |
ConnectionSettings * | m_pSettings |
css::uno::Reference< css::sdbc::XConnection > | m_origin |
String2IntMap | m_name2index |
std::vector< css::uno::Any > | m_values |
OUString | m_type |
Definition at line 44 of file pq_xusers.hxx.
|
private |
|
overrideprivatevirtual |
Definition at line 74 of file pq_xusers.cxx.
|
overridevirtual |
Reimplemented from pq_sdbc_driver::Container.
Definition at line 123 of file pq_xusers.cxx.
References pq_sdbc_driver::bufferQuoteConstant(), pq_sdbc_driver::bufferQuoteIdentifier(), pq_sdbc_driver::extractStringProperty(), pq_sdbc_driver::getStatics(), pq_sdbc_driver::Container::m_origin, pq_sdbc_driver::Container::m_pSettings, pq_sdbc_driver::Container::m_xMutex, NAME, PASSWORD, and update().
|
static |
Definition at line 185 of file pq_xusers.cxx.
References Users().
Referenced by pq_sdbc_driver::Connection::getUsers().
|
overridevirtual |
Implements pq_sdbc_driver::Container.
Definition at line 180 of file pq_xusers.cxx.
References pq_sdbc_driver::Container::m_origin, pq_sdbc_driver::Container::m_pSettings, and pq_sdbc_driver::Container::m_xMutex.
|
overrideprivatevirtual |
Reimplemented from pq_sdbc_driver::Container.
Definition at line 196 of file pq_xusers.cxx.
|
overridevirtual |
Reimplemented from pq_sdbc_driver::Container.
Definition at line 151 of file pq_xusers.cxx.
References pq_sdbc_driver::bufferQuoteIdentifier(), pq_sdbc_driver::getStatics(), index, pq_sdbc_driver::Container::m_origin, pq_sdbc_driver::Container::m_pSettings, pq_sdbc_driver::Container::m_values, pq_sdbc_driver::Container::m_xMutex, o3tl::make_unsigned(), name, NAME, set(), and update().
Referenced by dropByName().
|
overridevirtual |
Reimplemented from pq_sdbc_driver::Container.
Definition at line 139 of file pq_xusers.cxx.
References dropByIndex(), and pq_sdbc_driver::Container::m_name2index.
|
overridevirtual |
Reimplemented from pq_sdbc_driver::Container.
Definition at line 77 of file pq_xusers.cxx.
References Any, pq_sdbc_driver::Container::fire(), cppu::getCaughtException(), pq_sdbc_driver::getStatics(), pq_sdbc_driver::Container::m_name2index, pq_sdbc_driver::Container::m_origin, pq_sdbc_driver::Container::m_pSettings, pq_sdbc_driver::Container::m_values, pq_sdbc_driver::Container::m_xMutex, map, name, pq_sdbc_driver::Statics::NAME, and pq_sdbc_driver::TABLE_INDEX_CATALOG.