nss: upgrade to release 3.73
[LibreOffice.git] / connectivity / inc / pch / precompiled_postgresql-sdbc-impl.hxx
blobc8f2a2ac371ab507eb3b75351db666705cb9f5a9
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 2020-01-22 15:57:37 using:
17 ./bin/update_pch connectivity postgresql-sdbc-impl --cutoff=3 --exclude:system --exclude:module --exclude:local
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./connectivity/inc/pch/precompiled_postgresql-sdbc-impl.hxx "make connectivity.build" --find-conflicts
23 #if PCH_LEVEL >= 1
24 #include <string.h>
25 #endif // PCH_LEVEL >= 1
26 #if PCH_LEVEL >= 2
27 #include <osl/module.h>
28 #include <osl/time.h>
29 #include <rtl/bootstrap.hxx>
30 #include <rtl/instance.hxx>
31 #include <rtl/strbuf.hxx>
32 #include <rtl/ustrbuf.hxx>
33 #include <rtl/uuid.h>
34 #include <sal/config.h>
35 #include <sal/log.hxx>
36 #include <sal/macros.h>
37 #include <sal/saldllapi.h>
38 #include <sal/types.h>
39 #endif // PCH_LEVEL >= 2
40 #if PCH_LEVEL >= 3
41 #include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
42 #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
43 #include <com/sun/star/sdbc/ColumnValue.hpp>
44 #include <com/sun/star/sdbc/DataType.hpp>
45 #include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
46 #include <com/sun/star/sdbc/ResultSetType.hpp>
47 #include <com/sun/star/sdbc/SQLException.hpp>
48 #include <com/sun/star/sdbc/XParameters.hpp>
49 #include <com/sun/star/sdbc/XRow.hpp>
50 #include <com/sun/star/sdbcx/KeyType.hpp>
51 #include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
52 #include <comphelper/sequence.hxx>
53 #include <cppuhelper/exc_hlp.hxx>
54 #include <cppuhelper/queryinterface.hxx>
55 #include <cppuhelper/typeprovider.hxx>
56 #endif // PCH_LEVEL >= 3
57 #if PCH_LEVEL >= 4
58 #include <connectivity/dbconversion.hxx>
59 #endif // PCH_LEVEL >= 4
61 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */