1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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/.
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:28 using:
17 ./bin/update_pch connectivity firebird_sdbc --cutoff=2 --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_firebird_sdbc.hxx "make connectivity.build" --find-conflicts
23 #include <sal/config.h>
28 #include <string_view>
30 #endif // PCH_LEVEL >= 1
32 #include <osl/diagnose.h>
34 #include <osl/file.hxx>
35 #include <osl/mutex.hxx>
36 #include <osl/process.h>
37 #include <osl/thread.h>
39 #include <rtl/alloc.h>
40 #include <rtl/bootstrap.hxx>
41 #include <rtl/strbuf.hxx>
42 #include <rtl/ustrbuf.hxx>
43 #include <rtl/ustring.hxx>
44 #include <sal/log.hxx>
45 #include <sal/types.h>
46 #endif // PCH_LEVEL >= 2
48 #include <com/sun/star/embed/ElementModes.hpp>
49 #include <com/sun/star/lang/IllegalArgumentException.hpp>
50 #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
51 #include <com/sun/star/sdbc/ColumnValue.hpp>
52 #include <com/sun/star/sdbc/DataType.hpp>
53 #include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
54 #include <com/sun/star/sdbc/ResultSetType.hpp>
55 #include <com/sun/star/sdbc/SQLException.hpp>
56 #include <com/sun/star/sdbc/TransactionIsolation.hpp>
57 #include <com/sun/star/sdbc/XRow.hpp>
58 #include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
59 #include <com/sun/star/uno/Reference.hxx>
60 #include <comphelper/comphelperdllapi.h>
61 #include <comphelper/sequence.hxx>
62 #include <cppuhelper/exc_hlp.hxx>
63 #include <cppuhelper/supportsservice.hxx>
64 #include <resource/sharedresources.hxx>
65 #include <unotools/localfilehelper.hxx>
66 #endif // PCH_LEVEL >= 3
68 #include <TConnection.hxx>
69 #include <connectivity/CommonTools.hxx>
70 #include <connectivity/dbexception.hxx>
71 #include <connectivity/dbtools.hxx>
72 #include <propertyids.hxx>
73 #endif // PCH_LEVEL >= 4
75 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */