39#include <com/sun/star/sdbcx/XRename.hpp>
46 public css::sdbcx::XRename
49 View( const ::rtl::Reference< comphelper::RefCountedMutex > & refMutex,
50 const css::uno::Reference< css::sdbc::XConnection > & connection,
57 const css::uno::Type & reqType )
override;
60 virtual css::uno::Sequence< css::uno::Type > SAL_CALL
getTypes()
override;
64 virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL
68 virtual void SAL_CALL
rename(
const OUString& newName )
override;
71 virtual OUString SAL_CALL
getName( )
override;
72 virtual void SAL_CALL
setName(
const OUString& aName )
override;
80 ViewDescriptor( const ::rtl::Reference< comphelper::RefCountedMutex > & refMutex,
81 const css::uno::Reference< css::sdbc::XConnection > & connection,
85 virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL
virtual void SAL_CALL release() noexcept override
virtual void SAL_CALL acquire() noexcept override
ViewDescriptor(const ::rtl::Reference< comphelper::RefCountedMutex > &refMutex, const css::uno::Reference< css::sdbc::XConnection > &connection, ConnectionSettings *pSettings)
virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL createDataDescriptor() override
View(const ::rtl::Reference< comphelper::RefCountedMutex > &refMutex, const css::uno::Reference< css::sdbc::XConnection > &connection, ConnectionSettings *pSettings)
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() override
virtual css::uno::Any SAL_CALL queryInterface(const css::uno::Type &reqType) override
virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL createDataDescriptor() override
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes() override
virtual void SAL_CALL setName(const OUString &aName) override
virtual void SAL_CALL rename(const OUString &newName) override
virtual void SAL_CALL release() noexcept override
virtual void SAL_CALL acquire() noexcept override
virtual OUString SAL_CALL getName() override