LibreOffice Module dbaccess (master) 1
QEnumTypes.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 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#pragma once
20
21namespace dbaui
22{
24 {
28 };
29
31 {
32 FKT_NONE =0x00000000,
33 FKT_OTHER =0x00000001,
34 FKT_AGGREGATE =0x00000002,
35 FKT_CONDITION =0x00000004,
36 FKT_NUMERIC =0x00000008
37 // if this function type is set, it is either EXISTS or UNIQUE,
38 // the FieldName contains the complete statement
39 };
40
42 {
45 };
46
48 {
51 };
52
54 {
60 };
61
63 {
76 };
77}
78
79/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
EConnectionSide
Definition: QEnumTypes.hxx:42
@ JTCS_TO
Definition: QEnumTypes.hxx:44
@ JTCS_FROM
Definition: QEnumTypes.hxx:43
@ ORDER_ASC
Definition: QEnumTypes.hxx:26
@ ORDER_DESC
Definition: QEnumTypes.hxx:27
@ ORDER_NONE
Definition: QEnumTypes.hxx:25
@ RIGHT_JOIN
Definition: QEnumTypes.hxx:57
@ FULL_JOIN
Definition: QEnumTypes.hxx:55
@ LEFT_JOIN
Definition: QEnumTypes.hxx:56
@ INNER_JOIN
Definition: QEnumTypes.hxx:59
@ CROSS_JOIN
Definition: QEnumTypes.hxx:58
EControlType
Definition: QEnumTypes.hxx:63
@ tpScale
Definition: QEnumTypes.hxx:69
@ tpRequired
Definition: QEnumTypes.hxx:65
@ tpBoolDefault
Definition: QEnumTypes.hxx:72
@ tpNumType
Definition: QEnumTypes.hxx:67
@ tpType
Definition: QEnumTypes.hxx:74
@ tpDefault
Definition: QEnumTypes.hxx:64
@ tpFormat
Definition: QEnumTypes.hxx:70
@ tpAutoIncrementValue
Definition: QEnumTypes.hxx:75
@ tpAutoIncrement
Definition: QEnumTypes.hxx:71
@ tpLength
Definition: QEnumTypes.hxx:68
@ tpTextLen
Definition: QEnumTypes.hxx:66
@ tpColumnName
Definition: QEnumTypes.hxx:73
EFunctionType
Definition: QEnumTypes.hxx:31
@ FKT_OTHER
Definition: QEnumTypes.hxx:33
@ FKT_NONE
Definition: QEnumTypes.hxx:32
@ FKT_NUMERIC
Definition: QEnumTypes.hxx:36
@ FKT_CONDITION
Definition: QEnumTypes.hxx:35
@ FKT_AGGREGATE
Definition: QEnumTypes.hxx:34
ETableFieldType
Definition: QEnumTypes.hxx:48
@ TAB_NORMAL_FIELD
Definition: QEnumTypes.hxx:49
@ TAB_PRIMARY_FIELD
Definition: QEnumTypes.hxx:50