bump product version to 7.2.5.1
[LibreOffice.git] / connectivity / inc / pch / precompiled_odbc.hxx
blob719180c13a9b5a8008f0485c85d51c1f9f6432f0
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
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 */
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).
16 Generated on 2021-03-08 13:12:40 using:
17 ./bin/update_pch connectivity odbc --cutoff=2 --exclude:system --exclude:module --include:local
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
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>
58 #include <comphelper/proparrhlp.hxx>
59 #include <comphelper/property.hxx>
60 #include <comphelper/propertycontainer.hxx>
61 #include <comphelper/sequence.hxx>
62 #include <comphelper/types.hxx>
63 #include <cppuhelper/basemutex.hxx>
64 #include <cppuhelper/compbase.hxx>
65 #include <cppuhelper/supportsservice.hxx>
66 #include <cppuhelper/typeprovider.hxx>
67 #include <o3tl/safeint.hxx>
68 #include <odbc/OConnection.hxx>
69 #include <odbc/ODatabaseMetaData.hxx>
70 #include <odbc/ODatabaseMetaDataResultSet.hxx>
71 #include <odbc/ODriver.hxx>
72 #include <odbc/OFunctions.hxx>
73 #include <odbc/OPreparedStatement.hxx>
74 #include <odbc/OResultSet.hxx>
75 #include <odbc/OResultSetMetaData.hxx>
76 #include <odbc/OStatement.hxx>
77 #include <odbc/OTools.hxx>
78 #include <resource/sharedresources.hxx>
79 #include <salhelper/simplereferenceobject.hxx>
80 #endif // PCH_LEVEL >= 3
81 #if PCH_LEVEL >= 4
82 #include <FDatabaseMetaDataResultSet.hxx>
83 #include <connectivity/CommonTools.hxx>
84 #include <connectivity/FValue.hxx>
85 #include <connectivity/dbexception.hxx>
86 #include <connectivity/dbtools.hxx>
87 #include <connectivity/dbtoolsdllapi.hxx>
88 #endif // PCH_LEVEL >= 4
90 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */