LibreOffice Module connectivity (master) 1
precompiled_odbc.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9
10/*
11 This file has been autogenerated by update_pch.sh. It is possible to edit it
12 manually (such as when an include file has been moved/renamed/removed). All such
13 manual changes will be rewritten by the next run of update_pch.sh (which presumably
14 also fixes all possible problems, so it's usually better to use it).
15
16 Generated on 2021-03-08 13:12:40 using:
17 ./bin/update_pch connectivity odbc --cutoff=2 --exclude:system --exclude:module --include:local
18
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./connectivity/inc/pch/precompiled_odbc.hxx "make connectivity.build" --find-conflicts
21*/
22
23#include <sal/config.h>
24#if PCH_LEVEL >= 1
25#include <string.h>
26#include <vector>
27#endif // PCH_LEVEL >= 1
28#if PCH_LEVEL >= 2
29#include <osl/diagnose.h>
30#include <osl/endian.h>
31#include <rtl/ref.hxx>
32#include <rtl/strbuf.hxx>
33#include <rtl/tencinfo.h>
34#include <rtl/textenc.h>
35#include <rtl/ustrbuf.hxx>
36#include <rtl/ustring.hxx>
37#include <sal/log.hxx>
38#include <sal/types.h>
39#endif // PCH_LEVEL >= 2
40#if PCH_LEVEL >= 3
41#include <com/sun/star/lang/XInitialization.hpp>
42#include <com/sun/star/lang/XServiceInfo.hpp>
43#include <com/sun/star/sdbc/DataType.hpp>
44#include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
45#include <com/sun/star/sdbc/ResultSetType.hpp>
46#include <com/sun/star/sdbc/XCloseable.hpp>
47#include <com/sun/star/sdbc/XColumnLocate.hpp>
48#include <com/sun/star/sdbc/XResultSet.hpp>
49#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
50#include <com/sun/star/sdbc/XRow.hpp>
51#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
52#include <com/sun/star/uno/Any.hxx>
53#include <com/sun/star/uno/Sequence.hxx>
54#include <com/sun/star/util/Date.hpp>
55#include <com/sun/star/util/DateTime.hpp>
56#include <com/sun/star/util/Time.hpp>
57#include <com/sun/star/util/XCancellable.hpp>
62#include <comphelper/types.hxx>
67#include <o3tl/safeint.hxx>
68#include <odbc/OConnection.hxx>
71#include <odbc/ODriver.hxx>
72#include <odbc/OFunctions.hxx>
74#include <odbc/OResultSet.hxx>
76#include <odbc/OStatement.hxx>
77#include <odbc/OTools.hxx>
80#endif // PCH_LEVEL >= 3
81#if PCH_LEVEL >= 4
88#endif // PCH_LEVEL >= 4
89
90/* vim:set shiftwidth=4 softtabstop=4 expandtab: */