KDb

XbaseKeywords.cpp
1/* This file is part of the KDE project
2 Copyright (C) 2004 Martin Ellis <martin.ellis@kdemail.net>
3 Copyright (C) 2004 Jarosław Staniek <staniek@kde.org>
4 Copyright (C) 2008 Sharan Rao <sharanrao@gmail.com>
5
6 Copied from sqlite/sqlitekeywords.h
7
8 This file has been automatically generated from
9 tools/sql_keywords/sql_keywords.sh and
10 ../../3rdparty/kexisql3/src/tokenize.c.
11
12 Please edit the sql_keywords.sh, not this file!
13
14 This program is free software; you can redistribute it and/or
15 modify it under the terms of the GNU Library General Public
16 License as published by the Free Software Foundation; either
17 version 2 of the License, or (at your option) any later version.
18
19 This program is distributed in the hope that it will be useful,
20 but WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22 Library General Public License for more details.
23
24 You should have received a copy of the GNU Library General Public License
25 along with this program; see the file COPYING. If not, write to
26 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
27 * Boston, MA 02110-1301, USA.
28*/
29
30#include <xbaseDriver.h>
31
32 const char* xBaseDriver::keywords[] = {
33 "ABORT",
34 "ATTACH",
35 "CLUSTER",
36 "CONFLICT",
37 "DEFERRED",
38 "DEFERRABLE",
39 "DETACH",
40 "EACH",
41 "EXCEPT",
42 "FAIL",
43 "GLOB",
44 "IMMEDIATE",
45 "INITIALLY",
46 "INSTEAD",
47 "INTERSECT",
48 "ISNULL",
49 "NOTNULL",
50 "OF",
51 "PRAGMA",
52 "RAISE",
53 "STATEMENT",
54 "TEMP",
55 "TRIGGER",
56 "VACUUM",
57 "VIEW",
58 0
59 };
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:20:59 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.