LibreOffice Module connectivity (master) 1
Classes | Typedefs
connectivity::mysql Namespace Reference

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< OMySQLColumnOMySQLColumn_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, TWeakConnectionPairTWeakPair
 
typedef std::vector< TWeakPairTWeakPairVector
 
typedef std::map< OUString, css::uno::Reference< css::sdbc::XDriver > > TJDBCDrivers
 
typedef ::comphelper::OIdPropertyArrayUsageHelper< OMySQLTableOMySQLTable_PROP
 
typedef connectivity::sdbcx::OUser OUser_TYPEDEF
 
typedef ::comphelper::OPropertyArrayUsageHelper< OUserExtendOUserExtend_PROP
 

Typedef Documentation

◆ ODriverDelegator_BASE

typedef ::cppu::WeakComponentImplHelper< css::sdbc::XDriver , css::sdbcx::XDataDefinitionSupplier , css::lang::XServiceInfo > connectivity::mysql::ODriverDelegator_BASE

Definition at line 45 of file YDriver.hxx.

◆ OMySQLColumn_PROP

Definition at line 37 of file YColumns.hxx.

◆ OMySQLTable_PROP

Definition at line 33 of file YTable.hxx.

◆ OUser_TYPEDEF

Definition at line 27 of file YUser.hxx.

◆ OUserExtend_PROP

Definition at line 54 of file YUser.hxx.

◆ TJDBCDrivers

typedef std::map< OUString, css::uno::Reference< css::sdbc::XDriver > > connectivity::mysql::TJDBCDrivers

Definition at line 50 of file YDriver.hxx.

◆ TWeakConnectionPair

typedef std::pair< css::uno::WeakReferenceHelper,OMetaConnection*> connectivity::mysql::TWeakConnectionPair

Definition at line 47 of file YDriver.hxx.

◆ TWeakPair

typedef std::pair< css::uno::WeakReferenceHelper,TWeakConnectionPair> connectivity::mysql::TWeakPair

Definition at line 48 of file YDriver.hxx.

◆ TWeakPairVector

Definition at line 49 of file YDriver.hxx.