an adapter to forward changed SQL command property values to a component
More...
#include <sqlcommanddesign.hxx>
an adapter to forward changed SQL command property values to a component
Definition at line 173 of file sqlcommanddesign.hxx.
◆ ~ISQLCommandAdapter()
pcr::ISQLCommandAdapter::~ISQLCommandAdapter |
( |
| ) |
|
|
overridevirtual |
◆ 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 |
The documentation for this class was generated from the following files: