File indexing completed on 2024-04-21 15:29:53

0001 /* This file is part of the KDE project
0002    Copyright (C) 2004 Martin Ellis <martin.ellis@kdemail.net>
0003    Copyright (C) 2004 Jarosław Staniek <staniek@kde.org>
0004    Copyright (C) 2008 Sharan Rao <sharanrao@gmail.com>
0005 
0006    Copied from sqlite/sqlitekeywords.h
0007 
0008    This file has been automatically generated from
0009    tools/sql_keywords/sql_keywords.sh and
0010    ../../3rdparty/kexisql3/src/tokenize.c.
0011 
0012    Please edit the sql_keywords.sh, not this file!
0013 
0014    This program is free software; you can redistribute it and/or
0015    modify it under the terms of the GNU Library General Public
0016    License as published by the Free Software Foundation; either
0017    version 2 of the License, or (at your option) any later version.
0018 
0019    This program is distributed in the hope that it will be useful,
0020    but WITHOUT ANY WARRANTY; without even the implied warranty of
0021    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
0022    Library General Public License for more details.
0023 
0024    You should have received a copy of the GNU Library General Public License
0025    along with this program; see the file COPYING.  If not, write to
0026    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
0027  * Boston, MA 02110-1301, USA.
0028 */
0029 
0030 #include <xbaseDriver.h>
0031 
0032   const char* xBaseDriver::keywords[] = {
0033     "ABORT",
0034     "ATTACH",
0035     "CLUSTER",
0036     "CONFLICT",
0037     "DEFERRED",
0038     "DEFERRABLE",
0039     "DETACH",
0040     "EACH",
0041     "EXCEPT",
0042     "FAIL",
0043     "GLOB",
0044     "IMMEDIATE",
0045     "INITIALLY",
0046     "INSTEAD",
0047     "INTERSECT",
0048     "ISNULL",
0049     "NOTNULL",
0050     "OF",
0051     "PRAGMA",
0052     "RAISE",
0053     "STATEMENT",
0054     "TEMP",
0055     "TRIGGER",
0056     "VACUUM",
0057     "VIEW",
0058     0
0059   };