LibreOffice Module extensions (master) 1
Public Member Functions | List of all members
pcr::ISQLCommandAdapter Class Referenceabstract

an adapter to forward changed SQL command property values to a component More...

#include <sqlcommanddesign.hxx>

Inheritance diagram for pcr::ISQLCommandAdapter:
[legend]
Collaboration diagram for pcr::ISQLCommandAdapter:
[legend]

Public Member Functions

virtual OUString getSQLCommand () const =0
 retrieves the current SQL command of the component More...
 
virtual bool getEscapeProcessing () const =0
 retrieves the current value of the EscapeProcessing property of the component More...
 
virtual void setSQLCommand (const OUString &_rCommand) const =0
 sets a new SQL command More...
 
virtual void setEscapeProcessing (const bool _bEscapeProcessing) const =0
 sets a new EscapeProcessing property value More...
 
virtual ~ISQLCommandAdapter () override
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Additional Inherited Members

- Static Public Member Functions inherited from salhelper::SimpleReferenceObject
static void * operator new (std::size_t nSize)
 
static void * operator new (std::size_t nSize, std::nothrow_t const &rNothrow)
 
static void operator delete (void *pPtr)
 
static void operator delete (void *pPtr, std::nothrow_t const &rNothrow)
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

an adapter to forward changed SQL command property values to a component

Definition at line 173 of file sqlcommanddesign.hxx.

Constructor & Destructor Documentation

◆ ~ISQLCommandAdapter()

pcr::ISQLCommandAdapter::~ISQLCommandAdapter ( )
overridevirtual

Definition at line 84 of file sqlcommanddesign.cxx.

Member Function Documentation

◆ getEscapeProcessing()

virtual bool pcr::ISQLCommandAdapter::getEscapeProcessing ( ) const
pure virtual

retrieves the current value of the EscapeProcessing property of the component

◆ getSQLCommand()

virtual OUString pcr::ISQLCommandAdapter::getSQLCommand ( ) const
pure virtual

retrieves the current SQL command of the component

◆ setEscapeProcessing()

virtual void pcr::ISQLCommandAdapter::setEscapeProcessing ( const bool  _bEscapeProcessing) const
pure virtual

sets a new EscapeProcessing property value

◆ setSQLCommand()

virtual void pcr::ISQLCommandAdapter::setSQLCommand ( const OUString &  _rCommand) const
pure virtual

sets a new SQL command


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