LibreOffice Module connectivity (master) 1
|
#include "MacabConnection.hxx"
#include "MacabHeader.hxx"
#include <connectivity/sqliterator.hxx>
#include <connectivity/sqlparse.hxx>
#include <com/sun/star/sdbc/XStatement.hpp>
#include <com/sun/star/sdbc/SQLWarning.hpp>
#include <com/sun/star/util/XCancellable.hpp>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/basemutex.hxx>
#include <comphelper/proparrhlp.hxx>
Go to the source code of this file.
Classes | |
class | connectivity::macab::MacabCommonStatement |
class | connectivity::macab::MacabStatement |
Namespaces | |
namespace | connectivity |
namespace | connectivity::macab |
Typedefs | |
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XStatement, css::sdbc::XWarningsSupplier, css::util::XCancellable, css::sdbc::XCloseable > | connectivity::macab::MacabCommonStatement_BASE |
typedef ::cppu::ImplInheritanceHelper< MacabCommonStatement, css::lang::XServiceInfo > | connectivity::macab::MacabStatement_BASE |