aboutsummaryrefslogtreecommitdiffstats
path: root/enums/query_type.in
diff options
context:
space:
mode:
Diffstat (limited to 'enums/query_type.in')
-rw-r--r--enums/query_type.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/enums/query_type.in b/enums/query_type.in
new file mode 100644
index 0000000..5bfc741
--- /dev/null
+++ b/enums/query_type.in
@@ -0,0 +1,9 @@
+query_type: PSQT; sql = LITTLE BOBBY TABLES
+exact, =
+less, <
+greater, >
+bitand, &
+notequal, !=
+like, LIKE
+notlike, NOT LIKE
+sqlpat, LIKE