summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/adabas/BColumn.hxx
blob: bfe036b5c8584dc9a230477c730a08db9e46bfa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/

#ifndef _CONNECTIVITY_ADABAS_COLUMN_HXX_
#define _CONNECTIVITY_ADABAS_COLUMN_HXX_

#include "connectivity/sdbcx/VColumn.hxx"

namespace connectivity
{
    namespace adabas
    {
        class OAdabasColumn : public sdbcx::OColumn
        {
        public:
            OAdabasColumn();
            OAdabasColumn(const ::rtl::OUString& _Name,
                    const ::rtl::OUString& _TypeName,
                    const ::rtl::OUString& _DefaultValue,
                    sal_Int32       _IsNullable,
                    sal_Int32       _Precision,
                    sal_Int32       _Scale,
                    sal_Int32       _Type,
                    sal_Bool        _IsAutoIncrement);

        };
    }
}
#endif // _CONNECTIVITY_ADABAS_COLUMN_HXX_

MasterPage content in export"Xisco Fauli 2022-02-02tdf#126319 Corrected bitmap creation from metafileArmin Le Grand (Allotropia) 2022-01-28tdf#126319 Correct area(s) on selection exportArmin Le Grand (Allotropia) 2022-01-26tdf#123973 fix missing MasterPage content in exportArmin Le Grand (Allotropia) 2021-12-05use visitor in ViewObjectContact::createPrimitive2DSequenceNoel Grandin 2021-10-31Prepare for removal of non-const operator[] from Sequence in svxMike Kaganski 2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski 2021-10-08loplugin:moveparam in svxNoel Grandin 2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák 2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski 2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin 2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski 2021-07-25use officecfg for drawing optionsNoel Grandin 2021-05-29no need to allocate these on the heapNoel Grandin 2021-03-07loplugin:staticdynamic now with extra saltNoel 2021-02-20loplugin:refcounting in svxNoel 2021-01-28TopLeft().Y() -> Top() etc.Caolán McNamara 2020-11-24static_cast after dynamic_castNoel Grandin 2020-10-26switching long to a 64-bit type on 64-bit windowsNoel 2020-10-05use more TOOLS_WARN_EXCEPTIONMike Kaganski 2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin 2020-03-13Revert "loplugin:constfields in svx"Noel Grandin 2020-03-10tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxxGabor Kelemen 2020-02-21tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer typesCanberk TURAN 2020-02-12move some svx/ headers inside the moduleNoel Grandin