aboutsummaryrefslogtreecommitdiff
path: root/node_modules/mysql2/lib/constants/cursor.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/mysql2/lib/constants/cursor.js')
-rw-r--r--node_modules/mysql2/lib/constants/cursor.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/mysql2/lib/constants/cursor.js b/node_modules/mysql2/lib/constants/cursor.js
new file mode 100644
index 0000000..8ed1ebf
--- /dev/null
+++ b/node_modules/mysql2/lib/constants/cursor.js
@@ -0,0 +1,8 @@
+'use strict';
+
+module.exports = {
+ NO_CURSOR: 0,
+ READ_ONLY: 1,
+ FOR_UPDATE: 2,
+ SCROLLABLE: 3
+};