LibreOffice Module connectivity (master) 1
|
#include "Connection.hxx"
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/sdbc/XDriver.hpp>
#include <com/sun/star/sdbcx/XDataDefinitionSupplier.hpp>
#include <cppuhelper/compbase.hxx>
#include <unotools/tempfile.hxx>
Go to the source code of this file.
Classes | |
class | connectivity::firebird::FirebirdDriver |
Namespaces | |
namespace | connectivity |
namespace | connectivity::firebird |
Typedefs | |
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XDriver, css::sdbcx::XDataDefinitionSupplier, css::lang::XServiceInfo > | connectivity::firebird::ODriver_BASE |