#include <HConnection.hxx>
|
| OHsqlConnection (const css::uno::Reference< css::sdbc::XDriver > &_rxDriver, const css::uno::Reference< css::sdbc::XConnection > &_xConnection, const css::uno::Reference< css::uno::XComponentContext > &_rxContext) |
|
| DECLARE_SERVICE_INFO () |
|
virtual ::osl::Mutex & | getMutex () const override |
|
virtual void | checkDisposed () const override |
|
virtual void SAL_CALL | flush () override |
|
virtual void SAL_CALL | addFlushListener (const css::uno::Reference< css::util::XFlushListener > &l) override |
|
virtual void SAL_CALL | removeFlushListener (const css::uno::Reference< css::util::XFlushListener > &l) override |
|
virtual css::uno::Reference< css::graphic::XGraphic > SAL_CALL | getTableIcon (const OUString &TableName, ::sal_Int32 ColorMode) override |
|
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | getTableEditor (const css::uno::Reference< css::sdb::application::XDatabaseDocumentUI > &DocumentUI, const OUString &TableName) override |
|
| OConnectionWrapper () |
|
| DECLARE_SERVICE_INFO () |
|
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &_rType) override |
|
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
|
virtual sal_Int64 SAL_CALL | getSomething (const css::uno::Sequence< sal_Int8 > &aIdentifier) override |
|
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 |
|
virtual ::osl::Mutex & | getMutex () const =0 |
|
virtual void | checkDisposed () const =0 |
|
Definition at line 51 of file HConnection.hxx.
◆ ~OHsqlConnection()
connectivity::hsqldb::OHsqlConnection::~OHsqlConnection |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ OHsqlConnection()
connectivity::hsqldb::OHsqlConnection::OHsqlConnection |
( |
const css::uno::Reference< css::sdbc::XDriver > & |
_rxDriver, |
|
|
const css::uno::Reference< css::sdbc::XConnection > & |
_xConnection, |
|
|
const css::uno::Reference< css::uno::XComponentContext > & |
_rxContext |
|
) |
| |
◆ addFlushListener()
void SAL_CALL connectivity::hsqldb::OHsqlConnection::addFlushListener |
( |
const css::uno::Reference< css::util::XFlushListener > & |
l | ) |
|
|
overridevirtual |
◆ checkDisposed()
virtual void connectivity::hsqldb::OHsqlConnection::checkDisposed |
( |
| ) |
const |
|
overridevirtual |
◆ DECLARE_SERVICE_INFO()
connectivity::hsqldb::OHsqlConnection::DECLARE_SERVICE_INFO |
( |
| ) |
|
◆ disposing()
void SAL_CALL connectivity::hsqldb::OHsqlConnection::disposing |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ flush()
virtual void SAL_CALL connectivity::hsqldb::OHsqlConnection::flush |
( |
| ) |
|
|
overridevirtual |
◆ getMutex()
virtual ::osl::Mutex & connectivity::hsqldb::OHsqlConnection::getMutex |
( |
| ) |
const |
|
overridevirtual |
◆ getTableEditor()
Reference< XInterface > SAL_CALL connectivity::hsqldb::OHsqlConnection::getTableEditor |
( |
const css::uno::Reference< css::sdb::application::XDatabaseDocumentUI > & |
DocumentUI, |
|
|
const OUString & |
TableName |
|
) |
| |
|
overridevirtual |
◆ getTableIcon()
Reference< XGraphic > SAL_CALL connectivity::hsqldb::OHsqlConnection::getTableIcon |
( |
const OUString & |
TableName, |
|
|
::sal_Int32 |
ColorMode |
|
) |
| |
|
overridevirtual |
◆ impl_checkExistingTable_throw()
void connectivity::hsqldb::OHsqlConnection::impl_checkExistingTable_throw |
( |
const OUString & |
_rTableName | ) |
|
|
private |
◆ impl_getTableContainer_throw()
Reference< XNameAccess > connectivity::hsqldb::OHsqlConnection::impl_getTableContainer_throw |
( |
| ) |
|
|
private |
◆ impl_getTextTableIcon_nothrow()
Reference< XGraphic > connectivity::hsqldb::OHsqlConnection::impl_getTextTableIcon_nothrow |
( |
| ) |
|
|
private |
◆ impl_isTextTable_nothrow()
bool connectivity::hsqldb::OHsqlConnection::impl_isTextTable_nothrow |
( |
const OUString & |
_rTableName | ) |
|
|
private |
◆ removeFlushListener()
void SAL_CALL connectivity::hsqldb::OHsqlConnection::removeFlushListener |
( |
const css::uno::Reference< css::util::XFlushListener > & |
l | ) |
|
|
overridevirtual |
◆ m_aFlushListeners
◆ m_bIni
bool connectivity::hsqldb::OHsqlConnection::m_bIni |
|
private |
◆ m_bReadOnly
bool connectivity::hsqldb::OHsqlConnection::m_bReadOnly |
|
private |
◆ m_xContext
css::uno::Reference< css::uno::XComponentContext > connectivity::hsqldb::OHsqlConnection::m_xContext |
|
private |
◆ m_xDriver
css::uno::Reference< css::sdbc::XDriver > connectivity::hsqldb::OHsqlConnection::m_xDriver |
|
private |
The documentation for this class was generated from the following files: