LibreOffice Module connectivity (master) 1
|
Classes | |
class | ODriverDelegator |
delegates all calls to the original driver and extend the existing one with the SDBCX layer. More... | |
class | OMySQLCatalog |
class | OMySQLColumn |
class | OMySQLColumns |
class | OMySQLTable |
class | OMySQLUser |
class | OTables |
class | OUserExtend |
class | OUsers |
class | OViews |
Typedefs | |
typedef ::comphelper::OIdPropertyArrayUsageHelper< OMySQLColumn > | OMySQLColumn_PROP |
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XDriver, css::sdbcx::XDataDefinitionSupplier, css::lang::XServiceInfo > | ODriverDelegator_BASE |
typedef std::pair< css::uno::WeakReferenceHelper, OMetaConnection * > | TWeakConnectionPair |
typedef std::pair< css::uno::WeakReferenceHelper, TWeakConnectionPair > | TWeakPair |
typedef std::vector< TWeakPair > | TWeakPairVector |
typedef std::map< OUString, css::uno::Reference< css::sdbc::XDriver > > | TJDBCDrivers |
typedef ::comphelper::OIdPropertyArrayUsageHelper< OMySQLTable > | OMySQLTable_PROP |
typedef connectivity::sdbcx::OUser | OUser_TYPEDEF |
typedef ::comphelper::OPropertyArrayUsageHelper< OUserExtend > | OUserExtend_PROP |
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XDriver , css::sdbcx::XDataDefinitionSupplier , css::lang::XServiceInfo > connectivity::mysql::ODriverDelegator_BASE |
Definition at line 45 of file YDriver.hxx.
typedef ::comphelper::OIdPropertyArrayUsageHelper<OMySQLColumn> connectivity::mysql::OMySQLColumn_PROP |
Definition at line 37 of file YColumns.hxx.
typedef ::comphelper::OIdPropertyArrayUsageHelper< OMySQLTable > connectivity::mysql::OMySQLTable_PROP |
Definition at line 33 of file YTable.hxx.
typedef std::map< OUString, css::uno::Reference< css::sdbc::XDriver > > connectivity::mysql::TJDBCDrivers |
Definition at line 50 of file YDriver.hxx.
typedef std::pair< css::uno::WeakReferenceHelper,OMetaConnection*> connectivity::mysql::TWeakConnectionPair |
Definition at line 47 of file YDriver.hxx.
typedef std::pair< css::uno::WeakReferenceHelper,TWeakConnectionPair> connectivity::mysql::TWeakPair |
Definition at line 48 of file YDriver.hxx.
typedef std::vector< TWeakPair > connectivity::mysql::TWeakPairVector |
Definition at line 49 of file YDriver.hxx.