|
LibreOffice Module connectivity (master) 1
|
#include <pq_xindex.hxx>
Public Member Functions | |
| Index (const ::rtl::Reference< comphelper::RefCountedMutex > &refMutex, const css::uno::Reference< css::sdbc::XConnection > &connection, ConnectionSettings *pSettings, OUString schemaName, OUString tableName) | |
| virtual void SAL_CALL | acquire () noexcept override |
| virtual void SAL_CALL | release () noexcept override |
| virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &reqType) override |
| virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL | getColumns () override |
| virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
| virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
| virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL | createDataDescriptor () override |
Public Member Functions inherited from pq_sdbc_driver::ReflectionBase | |
| ReflectionBase (OUString implName, const css::uno::Sequence< OUString > &supportedServices, const ::rtl::Reference< comphelper::RefCountedMutex > &refMutex, css::uno::Reference< css::sdbc::XConnection > conn, ConnectionSettings *pSettings, cppu::IPropertyArrayHelper &props) | |
| void | copyValuesFrom (const css::uno::Reference< css::beans::XPropertySet > &set) |
| void | setPropertyValue_NoBroadcast_public (const OUString &name, const css::uno::Any &value) |
| virtual void SAL_CALL | acquire () noexcept override |
| virtual void SAL_CALL | release () noexcept override |
| virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &reqType) override |
| virtual cppu::IPropertyArrayHelper &SAL_CALL | getInfoHelper () override |
| virtual sal_Bool SAL_CALL | convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue) override |
| virtual void SAL_CALL | setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue) override |
| void SAL_CALL | getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const override |
| css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
| virtual OUString SAL_CALL | getImplementationName () override |
| virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
| virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
| virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
| virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
| virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL | createDataDescriptor () override=0 |
| virtual OUString SAL_CALL | getName () override |
| virtual void SAL_CALL | setName (const OUString &aName) override |
Public Member Functions inherited from cppu::OPropertySetHelper | |
| OPropertySetHelper (OBroadcastHelper &rBHelper) | |
| OPropertySetHelper (OBroadcastHelper &rBHelper, bool bIgnoreRuntimeExceptionsWhileFiring) | |
| OPropertySetHelper (OBroadcastHelper &rBHelper, IEventNotificationHook *i_pFireEvents, bool bIgnoreRuntimeExceptionsWhileFiring=false) | |
| virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
| css::uno::Sequence< css::uno::Type > | getTypes () |
| void SAL_CALL | disposing () |
| virtual void SAL_CALL | setPropertyValue (const ::rtl::OUString &rPropertyName, const css::uno::Any &aValue) SAL_OVERRIDE |
| virtual css::uno::Any SAL_CALL | getPropertyValue (const ::rtl::OUString &aPropertyName) SAL_OVERRIDE |
| virtual void SAL_CALL | addPropertyChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) SAL_OVERRIDE |
| virtual void SAL_CALL | removePropertyChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) SAL_OVERRIDE |
| virtual void SAL_CALL | addVetoableChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) SAL_OVERRIDE |
| virtual void SAL_CALL | removeVetoableChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) SAL_OVERRIDE |
| virtual void SAL_CALL | setFastPropertyValue (sal_Int32 nHandle, const css::uno::Any &rValue) SAL_OVERRIDE |
| virtual css::uno::Any SAL_CALL | getFastPropertyValue (sal_Int32 nHandle) SAL_OVERRIDE |
| virtual void SAL_CALL | setPropertyValues (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Sequence< css::uno::Any > &Values) SAL_OVERRIDE |
| virtual css::uno::Sequence< css::uno::Any > SAL_CALL | getPropertyValues (const css::uno::Sequence< ::rtl::OUString > &PropertyNames) SAL_OVERRIDE |
| virtual void SAL_CALL | addPropertiesChangeListener (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE |
| virtual void SAL_CALL | removePropertiesChangeListener (const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE |
| virtual void SAL_CALL | firePropertiesChangeEvent (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE |
Private Attributes | |
| css::uno::Reference< css::container::XNameAccess > | m_indexColumns |
| OUString | m_schemaName |
| OUString | m_tableName |
Additional Inherited Members | |
Static Public Member Functions inherited from cppu::OPropertySetHelper | |
| static css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | createPropertySetInfo (IPropertyArrayHelper &rProperties) |
Protected Member Functions inherited from cppu::OPropertySetHelper | |
| void SAL_CALL | fire (sal_Int32 *pnHandles, const css::uno::Any *pNewValues, const css::uno::Any *pOldValues, sal_Int32 nCount, sal_Bool bVetoable) |
| void SAL_CALL | setFastPropertyValues (sal_Int32 nSeqLen, sal_Int32 *pHandles, const css::uno::Any *pValues, sal_Int32 nHitCount) |
| virtual IPropertyArrayHelper &SAL_CALL | getInfoHelper ()=0 |
| virtual sal_Bool SAL_CALL | convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue)=0 |
| virtual void SAL_CALL | setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue)=0 |
| virtual void SAL_CALL | getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const=0 |
| void | setDependentFastPropertyValue (sal_Int32 i_handle, const css::uno::Any &i_value) |
| ~OPropertySetHelper () | |
Protected Attributes inherited from pq_sdbc_driver::ReflectionBase | |
| const OUString | m_implName |
| const css::uno::Sequence< OUString > | m_supportedServices |
| ::rtl::Reference< comphelper::RefCountedMutex > | m_xMutex |
| css::uno::Reference< css::sdbc::XConnection > | m_conn |
| ConnectionSettings * | m_pSettings |
| cppu::IPropertyArrayHelper & | m_propsDesc |
| std::vector< css::uno::Any > | m_values |
Protected Attributes inherited from cppu::OPropertySetHelper | |
| OBroadcastHelper & | rBHelper |
| OMultiTypeInterfaceContainerHelperInt32 | aBoundLC |
| OMultiTypeInterfaceContainerHelperInt32 | aVetoableLC |
| Impl *const | m_pReserved |
Definition at line 52 of file pq_xindex.hxx.
| pq_sdbc_driver::Index::Index | ( | const ::rtl::Reference< comphelper::RefCountedMutex > & | refMutex, |
| const css::uno::Reference< css::sdbc::XConnection > & | connection, | ||
| ConnectionSettings * | pSettings, | ||
| OUString | schemaName, | ||
| OUString | tableName | ||
| ) |
|
inlineoverridevirtualnoexcept |
Reimplemented from pq_sdbc_driver::ReflectionBase.
Definition at line 68 of file pq_xindex.hxx.
References pq_sdbc_driver::ReflectionBase::acquire().
|
overridevirtual |
Implements pq_sdbc_driver::ReflectionBase.
Definition at line 75 of file pq_xindex.cxx.
References m_conn.
|
overridevirtual |
Definition at line 84 of file pq_xindex.cxx.
References pq_sdbc_driver::extractStringProperty(), getPropertyValue(), pq_sdbc_driver::getStatics(), m_conn, and NAME.
Reimplemented from pq_sdbc_driver::ReflectionBase.
Definition at line 107 of file pq_xindex.cxx.
Reimplemented from pq_sdbc_driver::ReflectionBase.
Definition at line 98 of file pq_xindex.cxx.
References cppu::OTypeCollection::getTypes().
|
overridevirtual |
Reimplemented from pq_sdbc_driver::ReflectionBase.
Definition at line 112 of file pq_xindex.cxx.
References Any.
|
inlineoverridevirtualnoexcept |
Reimplemented from pq_sdbc_driver::ReflectionBase.
Definition at line 69 of file pq_xindex.hxx.
References pq_sdbc_driver::ReflectionBase::release().
|
private |
Definition at line 55 of file pq_xindex.hxx.
|
private |
Definition at line 57 of file pq_xindex.hxx.
|
private |
Definition at line 58 of file pq_xindex.hxx.