LibreOffice Module connectivity (master) 1
|
#include <sal/config.h>
#include <string_view>
#include <com/sun/star/sdbc/XDriver.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <cppuhelper/compbase.hxx>
#include <connectivity/CommonTools.hxx>
Go to the source code of this file.
Classes | |
class | connectivity::evoab::OEvoabDriver |
Namespaces | |
namespace | connectivity |
namespace | connectivity::evoab |
Typedefs | |
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XDriver, css::lang::XServiceInfo > | connectivity::evoab::ODriver_BASE |
Variables | |
constexpr OUStringLiteral | EVOAB_DRIVER_IMPL_NAME = u"com.sun.star.comp.sdbc.evoab.OEvoabDriver" |
|
inlineconstexpr |
Definition at line 31 of file NDriver.hxx.
Referenced by connectivity::evoab::OEvoabDriver::getImplementationName().