LibreOffice Module connectivity (master) 1
|
#include <com/sun/star/sdbc/XStatement.hpp>
#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
#include <com/sun/star/sdbc/XMultipleResults.hpp>
#include <com/sun/star/sdbc/XCloseable.hpp>
#include <com/sun/star/sdbc/SQLWarning.hpp>
#include <comphelper/proparrhlp.hxx>
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/basemutex.hxx>
#include <comphelper/uno3.hxx>
#include <connectivity/CommonTools.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <connectivity/sqliterator.hxx>
#include <connectivity/sqlparse.hxx>
#include <connectivity/FValue.hxx>
#include <com/sun/star/util/XCancellable.hpp>
#include <cppuhelper/compbase.hxx>
#include <comphelper/propertycontainer.hxx>
#include "EApi.h"
#include "NConnection.hxx"
#include <vector>
Go to the source code of this file.
Classes | |
struct | connectivity::evoab::FieldSort |
class | connectivity::evoab::EBookQueryWrapper |
struct | connectivity::evoab::QueryData |
class | connectivity::evoab::OCommonStatement |
class | connectivity::evoab::OStatement |
Namespaces | |
namespace | connectivity |
namespace | connectivity::evoab |
Typedefs | |
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XWarningsSupplier, css::sdbc::XCloseable > | connectivity::evoab::OCommonStatement_IBase |
typedef std::vector< FieldSort > | connectivity::evoab::SortDescriptor |
typedef ::cppu::ImplHelper2< css::lang::XServiceInfo, css::sdbc::XStatement > | connectivity::evoab::OStatement_IBase |
Enumerations | |
enum | connectivity::evoab::QueryFilterType { connectivity::evoab::eFilterAlwaysFalse , connectivity::evoab::eFilterNone , connectivity::evoab::eFilterOther } |