LibreOffice Module connectivity (master) 1
precompiled_ado.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-04-11 19:47:44 using:
17 ./bin/update_pch connectivity ado --cutoff=2 --exclude:system --exclude:module --exclude: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_ado.hxx "make connectivity.build" --find-conflicts
21*/
22
23#include <sal/config.h>
24#if PCH_LEVEL >= 1
25#include <algorithm>
26#include <cassert>
27#include <cstddef>
28#include <cstdlib>
29#include <limits>
30#include <map>
31#include <oledb.h>
32#include <sstream>
33#include <string>
34#include <string_view>
35#include <vector>
36#endif // PCH_LEVEL >= 1
37#if PCH_LEVEL >= 2
38#include <osl/diagnose.h>
39#include <osl/file.hxx>
40#include <osl/mutex.hxx>
41#include <osl/thread.h>
42#include <osl/time.h>
43#include <rtl/alloc.h>
44#include <rtl/ref.hxx>
45#include <rtl/ustrbuf.hxx>
46#include <rtl/ustring.hxx>
47#include <sal/detail/log.h>
48#include <sal/log.hxx>
49#include <sal/macros.h>
50#include <sal/saldllapi.h>
51#include <sal/types.h>
52#endif // PCH_LEVEL >= 2
53#if PCH_LEVEL >= 3
54#include <com/sun/star/lang/DisposedException.hpp>
55#include <com/sun/star/lang/XServiceInfo.hpp>
56#include <com/sun/star/sdbc/ColumnValue.hpp>
57#include <com/sun/star/sdbc/DataType.hpp>
58#include <com/sun/star/sdbc/FetchDirection.hpp>
59#include <com/sun/star/sdbc/IndexType.hpp>
60#include <com/sun/star/sdbc/KeyRule.hpp>
61#include <com/sun/star/sdbc/ProcedureResult.hpp>
62#include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
63#include <com/sun/star/sdbc/ResultSetType.hpp>
64#include <com/sun/star/sdbc/SQLException.hpp>
65#include <com/sun/star/sdbc/SQLWarning.hpp>
66#include <com/sun/star/sdbc/TransactionIsolation.hpp>
67#include <com/sun/star/sdbc/XCloseable.hpp>
68#include <com/sun/star/sdbc/XColumnLocate.hpp>
69#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
70#include <com/sun/star/sdbc/XResultSet.hpp>
71#include <com/sun/star/sdbc/XResultSetMetaData.hpp>
72#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
73#include <com/sun/star/sdbc/XResultSetUpdate.hpp>
74#include <com/sun/star/sdbc/XRow.hpp>
75#include <com/sun/star/sdbc/XRowUpdate.hpp>
76#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
77#include <com/sun/star/sdbcx/KeyType.hpp>
78#include <com/sun/star/sdbcx/PrivilegeObject.hpp>
79#include <com/sun/star/uno/Sequence.hxx>
80#include <com/sun/star/util/Date.hpp>
81#include <com/sun/star/util/XCancellable.hpp>
87#include <comphelper/types.hxx>
96#endif // PCH_LEVEL >= 3
97#if PCH_LEVEL >= 4
98#include <OColumn.hxx>
99#include <TConnection.hxx>
106#endif // PCH_LEVEL >= 4
107
108// Cleanup windows header macro pollution.
109#if defined(_WIN32) && defined(WINAPI)
110#include <postwin.h>
111#undef RGB
112#endif
113
114/* vim:set shiftwidth=4 softtabstop=4 expandtab: */