24#include <com/sun/star/sdbcx/XAlterView.hpp>
25#include <com/sun/star/sdbc/XConnection.hpp>
35 typedef ::cppu::ImplHelper1< css::sdbcx::XAlterView >
HView_IBASE;
41 const css::uno::Reference< css::sdbc::XConnection >& _rxConnection,
43 const OUString& _rSchemaName,
44 const OUString& _rName
52 virtual void SAL_CALL
alterCommand(
const OUString& NewCommand )
override;
59 virtual void SAL_CALL
getFastPropertyValue( css::uno::Any& _rValue, sal_Int32 _nHandle )
const override;
virtual void SAL_CALL getFastPropertyValue(css::uno::Any &rValue, sal_Int32 nHandle) const override
OUString impl_getCommand_wrapSQLException() const
retrieves the current command of the View
virtual void SAL_CALL getFastPropertyValue(css::uno::Any &_rValue, sal_Int32 _nHandle) const override
virtual ~HView() override
HView(const css::uno::Reference< css::sdbc::XConnection > &_rxConnection, bool _bCaseSensitive, const OUString &_rSchemaName, const OUString &_rName)
OUString impl_getCommand_throwSQLException() const
retrieves the current command of the View
OUString impl_getCommand() const
retrieves the current command of the View
virtual void SAL_CALL alterCommand(const OUString &NewCommand) override
css::uno::Reference< css::sdbc::XConnection > m_xConnection
::cppu::ImplHelper1< css::sdbcx::XAlterView > HView_IBASE
::connectivity::sdbcx::OView HView_Base
#define DECLARE_XTYPEPROVIDER()
#define DECLARE_XINTERFACE()