LibreOffice Module dbaccess (master) 1
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
dbaccess::View Class Reference

#include <View.hxx>

Inheritance diagram for dbaccess::View:
[legend]
Collaboration diagram for dbaccess::View:
[legend]

Public Member Functions

 View (const css::uno::Reference< css::sdbc::XConnection > &_rxConnection, bool _bCaseSensitive, const OUString &_rCatalogName, const OUString &_rSchemaName, const OUString &_rName)
 
virtual void SAL_CALL alterCommand (const OUString &NewCommand) override
 
- Public Member Functions inherited from connectivity::sdbcx::OView
 DECLARE_SERVICE_INFO ()
 
 OView (bool _bCase, css::uno::Reference< css::sdbc::XDatabaseMetaData > _xMetaData)
 
 OView (bool _bCase, const OUString &_rName, css::uno::Reference< css::sdbc::XDatabaseMetaData > _xMetaData, OUString _sCommand=OUString(), OUString _sSchemaName=OUString(), OUString _sCatalogName=OUString())
 
virtual ~OView () override
 
virtual void construct () override
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &rType) override
 
virtual void SAL_CALL acquire () noexcept override
 
virtual void SAL_CALL release () noexcept override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () override
 
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo () override
 
virtual OUString SAL_CALL getName () override
 
virtual void SAL_CALL setName (const OUString &) override
 
- Public Member Functions inherited from connectivity::sdbcx::ODescriptor
 ODescriptor (::cppu::OBroadcastHelper &_rBHelper, bool _bCase, bool _bNew=false)
 
virtual ~ODescriptor () override
 
bool isNew () const
 
void setNew (bool _bNew)
 
bool isCaseSensitive () const
 
virtual void construct ()
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes ()
 
- Public Member Functions inherited from cppu::ImplHelper1< class Ifc1 >
virtual css::uno::Any SAL_CALL queryInterface (css::uno::Type const &rType) SAL_OVERRIDE
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () SAL_OVERRIDE
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () SAL_OVERRIDE
 

Protected Member Functions

virtual ~View () override
 
virtual void SAL_CALL getFastPropertyValue (css::uno::Any &_rValue, sal_Int32 _nHandle) const override
 
- Protected Member Functions inherited from connectivity::sdbcx::OView
virtual ::cppu::IPropertyArrayHelpercreateArrayHelper (sal_Int32 _nId) const override
 
virtual ::cppu::IPropertyArrayHelper &SAL_CALL getInfoHelper () override
 
- Protected Member Functions inherited from connectivity::sdbcx::ODescriptor
::cppu::IPropertyArrayHelperdoCreateArrayHelper () const
 
- Protected Member Functions inherited from cppu::ImplHelper1< class Ifc1 >
 ~ImplHelper1 () SAL_NOEXCEPT
 

Private Attributes

css::uno::Reference< css::sdb::tools::XViewAccess > m_xViewAccess
 
sal_Int32 m_nCommandHandle
 

Additional Inherited Members

- Static Public Member Functions inherited from connectivity::sdbcx::ODescriptor
static bool isNew (const css::uno::Reference< css::uno::XInterface > &_rxDescriptor)
 
- Protected Attributes inherited from connectivity::sdbcx::OView
OUString m_CatalogName
 
OUString m_SchemaName
 
OUString m_Command
 
sal_Int32 m_CheckOption
 
css::uno::Reference< css::sdbc::XDatabaseMetaData > m_xMetaData
 
- Protected Attributes inherited from connectivity::sdbcx::ODescriptor
OUString m_Name
 

Detailed Description

Definition at line 36 of file View.hxx.

Constructor & Destructor Documentation

◆ View()

dbaccess::View::View ( const css::uno::Reference< css::sdbc::XConnection > &  _rxConnection,
bool  _bCaseSensitive,
const OUString &  _rCatalogName,
const OUString &  _rSchemaName,
const OUString &  _rName 
)

References DECLARE_XINTERFACE.

◆ ~View()

dbaccess::View::~View ( )
overrideprotectedvirtual

Definition at line 63 of file View.cxx.

Member Function Documentation

◆ alterCommand()

void SAL_CALL dbaccess::View::alterCommand ( const OUString &  NewCommand)
overridevirtual

Definition at line 99 of file View.cxx.

◆ getFastPropertyValue()

virtual void SAL_CALL dbaccess::View::getFastPropertyValue ( css::uno::Any &  _rValue,
sal_Int32  _nHandle 
) const
overrideprotectedvirtual

Member Data Documentation

◆ m_nCommandHandle

sal_Int32 dbaccess::View::m_nCommandHandle
private

Definition at line 64 of file View.hxx.

◆ m_xViewAccess

css::uno::Reference< css::sdb::tools::XViewAccess> dbaccess::View::m_xViewAccess
private

Definition at line 63 of file View.hxx.


The documentation for this class was generated from the following files: