LibreOffice Module connectivity (master) 1
Classes | Namespaces | Macros | Typedefs
pq_driver.hxx File Reference
#include <sal/macros.h>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/basemutex.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/sdbc/XDriver.hpp>
#include <com/sun/star/sdbcx/XDataDefinitionSupplier.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
Include dependency graph for pq_driver.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pq_sdbc_driver::Driver
 

Namespaces

namespace  pq_sdbc_driver
 

Macros

#define PQ_SDBC_DRIVER_VERSION
 

Typedefs

typedef cppu::WeakComponentImplHelper< css::sdbc::XDriver, css::lang::XServiceInfo, css::sdbcx::XDataDefinitionSupplier > pq_sdbc_driver::DriverBase
 

Macro Definition Documentation

◆ PQ_SDBC_DRIVER_VERSION

#define PQ_SDBC_DRIVER_VERSION
Value:
SAL_STRINGIFY(PQ_SDBC_MAJOR) "." \
SAL_STRINGIFY(PQ_SDBC_MINOR) "." \
SAL_STRINGIFY(PQ_SDBC_MICRO)
#define SAL_STRINGIFY(x)

Definition at line 53 of file pq_driver.hxx.