LibreOffice Module connectivity (master) 1
Classes | Typedefs | Functions | Variables
drivermanager Namespace Reference

Classes

struct  DriverAccess
 
class  ODriverEnumeration
 
class  OSDBCDriverManager
 

Typedefs

typedef std::map< OUString, css::uno::Reference< css::sdbc::XDriver > > DriverCollection
 
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XDriverManager2, css::lang::XServiceInfo, css::uno::XNamingService > OSDBCDriverManager_Base
 

Functions

static void throwNoSuchElementException ()
 

Variables

constexpr OUStringLiteral SERVICE_SDBC_DRIVER = u"com.sun.star.sdbc.Driver"
 

Typedef Documentation

◆ DriverCollection

typedef std::map< OUString, css::uno::Reference< css::sdbc::XDriver > > drivermanager::DriverCollection

Definition at line 40 of file mdrivermanager.hxx.

◆ OSDBCDriverManager_Base

typedef ::cppu::WeakComponentImplHelper< css::sdbc::XDriverManager2 , css::lang::XServiceInfo , css::uno::XNamingService > drivermanager::OSDBCDriverManager_Base

Definition at line 55 of file mdrivermanager.hxx.

Function Documentation

◆ throwNoSuchElementException()

static void drivermanager::throwNoSuchElementException ( )
static

Variable Documentation

◆ SERVICE_SDBC_DRIVER

constexpr OUStringLiteral drivermanager::SERVICE_SDBC_DRIVER = u"com.sun.star.sdbc.Driver"
constexpr