You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
619 B
40 lines
619 B
15 years ago
|
/*
|
||
|
* This file has been automatically generated from
|
||
|
* koffice/kexi/tools/sql_keywords/sql_keywords.sh and
|
||
|
* ../../3rdparty/kexisql3/src/tokenize.c.
|
||
|
*
|
||
|
* Please edit the sql_keywords.sh, not this file!
|
||
|
*/
|
||
|
#include <sqlitedriver.h>
|
||
|
|
||
|
namespace KexiDB {
|
||
|
const char* SQLiteDriver::keywords[] = {
|
||
|
"ABORT",
|
||
|
"ATTACH",
|
||
|
"CLUSTER",
|
||
|
"CONFLICT",
|
||
|
"DEFERRED",
|
||
|
"DEFERRABLE",
|
||
|
"DETACH",
|
||
|
"EACH",
|
||
|
"EXCEPT",
|
||
|
"FAIL",
|
||
|
"GLOB",
|
||
|
"IMMEDIATE",
|
||
|
"INITIALLY",
|
||
|
"INSTEAD",
|
||
|
"INTERSECT",
|
||
|
"ISNULL",
|
||
|
"NOTNULL",
|
||
|
"OF",
|
||
|
"PRAGMA",
|
||
|
"RAISE",
|
||
|
"STATEMENT",
|
||
|
"TEMP",
|
||
|
"TRIGGER",
|
||
|
"VACUUM",
|
||
|
"VIEW",
|
||
|
0
|
||
|
};
|
||
|
}
|