LibreOffice Module connectivity (master) 1
precompiled_dbtools.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:45 using:
17 ./bin/update_pch connectivity dbtools --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_dbtools.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 <functional>
30#include <iterator>
31#include <limits>
32#include <memory>
33#include <new>
34#include <optional>
35#include <ostream>
36#include <set>
37#include <string.h>
38#include <string_view>
39#include <type_traits>
40#include <utility>
41#include <vector>
42#endif // PCH_LEVEL >= 1
43#if PCH_LEVEL >= 2
44#include <osl/diagnose.h>
45#include <osl/mutex.h>
46#include <osl/mutex.hxx>
47#include <osl/thread.h>
48#include <rtl/character.hxx>
49#include <rtl/digest.h>
50#include <rtl/locale.h>
51#include <rtl/math.hxx>
52#include <rtl/process.h>
53#include <rtl/ref.hxx>
54#include <rtl/string.hxx>
55#include <rtl/stringconcat.hxx>
56#include <rtl/stringutils.hxx>
57#include <rtl/tencinfo.h>
58#include <rtl/textenc.h>
59#include <rtl/ustrbuf.hxx>
60#include <rtl/ustring.h>
61#include <rtl/ustring.hxx>
62#include <sal/log.hxx>
63#include <sal/macros.h>
64#include <sal/saldllapi.h>
65#include <sal/types.h>
66#endif // PCH_LEVEL >= 2
67#if PCH_LEVEL >= 3
68#include <com/sun/star/beans/NamedValue.hpp>
69#include <com/sun/star/beans/PropertyValue.hpp>
70#include <com/sun/star/beans/XPropertySet.hpp>
71#include <com/sun/star/container/XChild.hpp>
72#include <com/sun/star/container/XEnumerationAccess.hpp>
73#include <com/sun/star/container/XIndexAccess.hpp>
74#include <com/sun/star/container/XNamed.hpp>
75#include <com/sun/star/i18n/LocaleData.hpp>
76#include <com/sun/star/io/XInputStream.hpp>
77#include <com/sun/star/lang/DisposedException.hpp>
78#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
79#include <com/sun/star/lang/Locale.hpp>
80#include <com/sun/star/lang/XComponent.hpp>
81#include <com/sun/star/lang/XEventListener.hpp>
82#include <com/sun/star/lang/XInitialization.hpp>
83#include <com/sun/star/lang/XMultiServiceFactory.hpp>
84#include <com/sun/star/lang/XServiceInfo.hpp>
85#include <com/sun/star/sdb/BooleanComparisonMode.hpp>
86#include <com/sun/star/sdb/CommandType.hpp>
87#include <com/sun/star/sdb/ErrorCondition.hpp>
88#include <com/sun/star/sdb/ParametersRequest.hpp>
89#include <com/sun/star/sdb/SQLContext.hpp>
90#include <com/sun/star/sdb/XColumn.hpp>
91#include <com/sun/star/sdb/XColumnUpdate.hpp>
92#include <com/sun/star/sdb/XParametersSupplier.hpp>
93#include <com/sun/star/sdb/XQueriesSupplier.hpp>
94#include <com/sun/star/sdb/XSingleSelectQueryComposer.hpp>
95#include <com/sun/star/sdb/tools/XIndexAlteration.hpp>
96#include <com/sun/star/sdb/tools/XKeyAlteration.hpp>
97#include <com/sun/star/sdbc/ColumnValue.hpp>
98#include <com/sun/star/sdbc/DataType.hpp>
99#include <com/sun/star/sdbc/DriverManager.hpp>
100#include <com/sun/star/sdbc/KeyRule.hpp>
101#include <com/sun/star/sdbc/SQLException.hpp>
102#include <com/sun/star/sdbc/XBlob.hpp>
103#include <com/sun/star/sdbc/XCloseable.hpp>
104#include <com/sun/star/sdbc/XColumnLocate.hpp>
105#include <com/sun/star/sdbc/XConnection.hpp>
106#include <com/sun/star/sdbc/XDataSource.hpp>
107#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
108#include <com/sun/star/sdbc/XDatabaseMetaData2.hpp>
109#include <com/sun/star/sdbc/XParameters.hpp>
110#include <com/sun/star/sdbc/XResultSet.hpp>
111#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
112#include <com/sun/star/sdbc/XRow.hpp>
113#include <com/sun/star/sdbc/XRowSet.hpp>
114#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
115#include <com/sun/star/sdbcx/KeyType.hpp>
116#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
117#include <com/sun/star/sdbcx/XDataDefinitionSupplier.hpp>
118#include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp>
119#include <com/sun/star/sdbcx/XGroupsSupplier.hpp>
120#include <com/sun/star/sdbcx/XKeysSupplier.hpp>
121#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
122#include <com/sun/star/sdbcx/XUsersSupplier.hpp>
123#include <com/sun/star/task/XInteractionRequest.hpp>
124#include <com/sun/star/uno/Any.hxx>
125#include <com/sun/star/uno/Reference.hxx>
126#include <com/sun/star/uno/Sequence.hxx>
127#include <com/sun/star/uno/XAggregation.hpp>
128#include <com/sun/star/util/Date.hpp>
129#include <com/sun/star/util/DateTime.hpp>
130#include <com/sun/star/util/NumberFormat.hpp>
131#include <com/sun/star/util/NumberFormatter.hpp>
132#include <com/sun/star/util/Time.hpp>
133#include <com/sun/star/util/XCancellable.hpp>
134#include <com/sun/star/util/XNumberFormatTypes.hpp>
135#include <com/sun/star/util/XNumberFormatter.hpp>
140#include <comphelper/extract.hxx>
141#include <comphelper/numbers.hxx>
148#include <comphelper/types.hxx>
149#include <comphelper/uno3.hxx>
152#include <cppuhelper/exc_hlp.hxx>
157#include <cppuhelper/weak.hxx>
159#include <i18nlangtag/lang.h>
160#include <o3tl/any.hxx>
161#include <o3tl/functional.hxx>
162#include <o3tl/safeint.hxx>
164#include <o3tl/unreachable.hxx>
167#include <sdbcx/VIndexColumn.hxx>
168#include <sdbcx/VKey.hxx>
169#include <sdbcx/VKeyColumn.hxx>
171#include <tools/toolsdllapi.h>
172#include <unotools/resmgr.hxx>
175#endif // PCH_LEVEL >= 3
176#if PCH_LEVEL >= 4
179#include <ParameterCont.hxx>
181#include <RowFunctionParser.hxx>
182#include <TConnection.hxx>
183#include <TIndex.hxx>
184#include <TIndexColumns.hxx>
185#include <TKey.hxx>
186#include <TKeyColumns.hxx>
212#endif // PCH_LEVEL >= 4
213
214/* vim:set shiftwidth=4 softtabstop=4 expandtab: */