|
LibreOffice Module connectivity (master) 1
|
Classes | |
| class | HTools |
| class | HView |
| class | HViews |
| class | IMethodGuardAccess |
| class | MethodGuard |
| class | OConnectionController |
| class | ODriverDelegator |
| delegates all calls to the original driver and extend the existing one with the SDBCX layer. More... | |
| class | OHCatalog |
| class | OHSQLColumn |
| class | OHSQLColumns |
| class | OHsqlConnection |
| class | OHSQLTable |
| class | OHSQLUser |
| class | OTables |
| class | OUserExtend |
| class | OUsers |
| class | StorageContainer |
| contains all storages so far accessed. More... | |
| struct | StorageData |
| class | StreamHelper |
Typedefs | |
| typedef ::comphelper::OIdPropertyArrayUsageHelper< OHSQLColumn > | OHSQLColumn_PROP |
| typedef ::cppu::WeakComponentImplHelper< css::util::XFlushable, css::sdb::application::XTableUIProvider > | OHsqlConnection_BASE |
| typedef ::cppu::WeakComponentImplHelper< css::sdbc::XDriver, css::sdbcx::XDataDefinitionSupplier, css::lang::XServiceInfo, css::sdbcx::XCreateCatalog, css::embed::XTransactionListener > | ODriverDelegator_BASE |
| typedef std::pair< css::uno::WeakReferenceHelper, css::uno::WeakReferenceHelper > | TWeakRefPair |
| typedef std::pair< OUString,TWeakRefPair > | TWeakConnectionPair |
| typedef std::pair< css::uno::WeakReferenceHelper, TWeakConnectionPair > | TWeakPair |
| typedef std::vector< TWeakPair > | TWeakPairVector |
| typedef std::map< OUString, std::shared_ptr< StreamHelper > > | TStreamMap |
| typedef std::map< OUString, StorageData > | TStorages |
| typedef ::comphelper::OIdPropertyArrayUsageHelper< OHSQLTable > | OHSQLTable_PROP |
| typedef connectivity::sdbcx::OUser | OUser_TYPEDEF |
| typedef ::comphelper::OPropertyArrayUsageHelper< OUserExtend > | OUserExtend_PROP |
| typedef ::connectivity::sdbcx::OView | HView_Base |
| typedef ::cppu::ImplHelper1< css::sdbcx::XAlterView > | HView_IBASE |
Functions | |
| IMPLEMENT_FORWARD_XTYPEPROVIDER2 (OHsqlConnection, OHsqlConnection_BASE, OConnectionWrapper) | |
| static TStorages & | lcl_getStorageMap () |
| static OUString | lcl_getNextCount () |
| typedef ::cppu::ImplHelper1< css::sdbcx::XAlterView > connectivity::hsqldb::HView_IBASE |
| typedef ::cppu::WeakComponentImplHelper< css::sdbc::XDriver , css::sdbcx::XDataDefinitionSupplier , css::lang::XServiceInfo , css::sdbcx::XCreateCatalog , css::embed::XTransactionListener > connectivity::hsqldb::ODriverDelegator_BASE |
Definition at line 39 of file HDriver.hxx.
| typedef ::comphelper::OIdPropertyArrayUsageHelper<OHSQLColumn> connectivity::hsqldb::OHSQLColumn_PROP |
Definition at line 37 of file HColumns.hxx.
| typedef ::cppu::WeakComponentImplHelper< css::util::XFlushable , css::sdb::application::XTableUIProvider > connectivity::hsqldb::OHsqlConnection_BASE |
Definition at line 49 of file HConnection.hxx.
| typedef ::comphelper::OIdPropertyArrayUsageHelper< OHSQLTable > connectivity::hsqldb::OHSQLTable_PROP |
Definition at line 33 of file HTable.hxx.
| typedef std::map<OUString, StorageData> connectivity::hsqldb::TStorages |
Definition at line 73 of file HStorageMap.hxx.
| typedef std::map< OUString, std::shared_ptr<StreamHelper> > connectivity::hsqldb::TStreamMap |
Definition at line 62 of file HStorageMap.hxx.
| typedef std::pair< OUString ,TWeakRefPair > connectivity::hsqldb::TWeakConnectionPair |
Definition at line 42 of file HDriver.hxx.
| typedef std::pair< css::uno::WeakReferenceHelper,TWeakConnectionPair> connectivity::hsqldb::TWeakPair |
Definition at line 44 of file HDriver.hxx.
| typedef std::vector< TWeakPair > connectivity::hsqldb::TWeakPairVector |
Definition at line 45 of file HDriver.hxx.
| typedef std::pair< css::uno::WeakReferenceHelper,css::uno::WeakReferenceHelper> connectivity::hsqldb::TWeakRefPair |
Definition at line 41 of file HDriver.hxx.
| connectivity::hsqldb::IMPLEMENT_FORWARD_XTYPEPROVIDER2 | ( | OHsqlConnection | , |
| OHsqlConnection_BASE | , | ||
| OConnectionWrapper | |||
| ) |
Definition at line 105 of file HConnection.cxx.
References m_aMutex.
|
static |
Definition at line 129 of file HStorageMap.cxx.
Referenced by connectivity::hsqldb::StorageContainer::registerStorage().
|
static |
Definition at line 123 of file HStorageMap.cxx.
Referenced by connectivity::hsqldb::StorageContainer::getRegisteredKey(), connectivity::hsqldb::StorageContainer::getRegisteredStorage(), connectivity::hsqldb::StorageContainer::getRegisteredStream(), connectivity::hsqldb::StorageContainer::registerStorage(), connectivity::hsqldb::StorageContainer::registerStream(), connectivity::hsqldb::StorageContainer::revokeStorage(), and connectivity::hsqldb::StorageContainer::revokeStream().