LibreOffice Module connectivity (master) 1
|
#include <sal/config.h>
#include <map>
#include <vector>
#include <com/sun/star/sdbc/XDriverManager2.hpp>
#include <com/sun/star/uno/XNamingService.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XSingleComponentFactory.hpp>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/compbase.hxx>
#include <comphelper/logging.hxx>
#include <connectivity/DriversConfig.hxx>
Go to the source code of this file.
Classes | |
struct | drivermanager::DriverAccess |
class | drivermanager::OSDBCDriverManager |
Namespaces | |
namespace | drivermanager |
Typedefs | |
typedef std::map< OUString, css::uno::Reference< css::sdbc::XDriver > > | drivermanager::DriverCollection |
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XDriverManager2, css::lang::XServiceInfo, css::uno::XNamingService > | drivermanager::OSDBCDriverManager_Base |