LibreOffice Module connectivity (master) 1
|
#include <com/sun/star/sdbc/XDriver.hpp>
#include <com/sun/star/sdbcx/XDataDefinitionSupplier.hpp>
#include <com/sun/star/sdbcx/XCreateCatalog.hpp>
#include <com/sun/star/embed/XTransactionListener.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::hsqldb::ODriverDelegator |
delegates all calls to the original driver and extend the existing one with the SDBCX layer. More... | |
Namespaces | |
namespace | connectivity |
namespace | connectivity::hsqldb |
Typedefs | |
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XDriver, css::sdbcx::XDataDefinitionSupplier, css::lang::XServiceInfo, css::sdbcx::XCreateCatalog, css::embed::XTransactionListener > | connectivity::hsqldb::ODriverDelegator_BASE |
typedef std::pair< css::uno::WeakReferenceHelper, css::uno::WeakReferenceHelper > | connectivity::hsqldb::TWeakRefPair |
typedef std::pair< OUString,TWeakRefPair > | connectivity::hsqldb::TWeakConnectionPair |
typedef std::pair< css::uno::WeakReferenceHelper, TWeakConnectionPair > | connectivity::hsqldb::TWeakPair |
typedef std::vector< TWeakPair > | connectivity::hsqldb::TWeakPairVector |