summaryrefslogtreecommitdiffstats
path: root/kexi/kexidb/parser/tokens.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/kexidb/parser/tokens.cpp')
-rw-r--r--kexi/kexidb/parser/tokens.cpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/kexi/kexidb/parser/tokens.cpp b/kexi/kexidb/parser/tokens.cpp
new file mode 100644
index 00000000..9d196c52
--- /dev/null
+++ b/kexi/kexidb/parser/tokens.cpp
@@ -0,0 +1,25 @@
+/* WARNING! All changes made in this file will be lost! Run 'make parser' instead. */
+INS("AND");
+INS("AS");
+INS("ASC");
+INS("BY");
+INS("CREATE");
+INS("DESC");
+INS("FROM");
+INS("IN");
+INS("INTEGER");
+INS("IS");
+INS("JOIN");
+INS("LEFT");
+INS("LIKE");
+INS("NOT");
+INS("NULL");
+INS("ON");
+INS("OR");
+INS("ORDER");
+INS("RIGHT");
+INS("SELECT");
+INS("SIMILAR");
+INS("TABLE");
+INS("WHERE");
+INS("XOR");