LibreOffice Module connectivity (master) 1
|
#include <sal/config.h>
#include <map>
#include <com/sun/star/sdbc/XDriver.hpp>
#include <com/sun/star/sdbcx/XDataDefinitionSupplier.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/basemutex.hxx>
#include <connectivity/CommonTools.hxx>
Go to the source code of this file.
Classes | |
class | connectivity::mysql::ODriverDelegator |
delegates all calls to the original driver and extend the existing one with the SDBCX layer. More... | |
Namespaces | |
namespace | connectivity |
namespace | connectivity::mysql |
Typedefs | |
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XDriver, css::sdbcx::XDataDefinitionSupplier, css::lang::XServiceInfo > | connectivity::mysql::ODriverDelegator_BASE |
typedef std::pair< css::uno::WeakReferenceHelper, OMetaConnection * > | connectivity::mysql::TWeakConnectionPair |
typedef std::pair< css::uno::WeakReferenceHelper, TWeakConnectionPair > | connectivity::mysql::TWeakPair |
typedef std::vector< TWeakPair > | connectivity::mysql::TWeakPairVector |
typedef std::map< OUString, css::uno::Reference< css::sdbc::XDriver > > | connectivity::mysql::TJDBCDrivers |