aboutsummaryrefslogtreecommitdiffstats
path: root/src/mysqlerl.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mysqlerl.hrl')
-rw-r--r--src/mysqlerl.hrl9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mysqlerl.hrl b/src/mysqlerl.hrl
deleted file mode 100644
index 99e674f..0000000
--- a/src/mysqlerl.hrl
+++ /dev/null
@@ -1,9 +0,0 @@
--record(sql_connect, {host, port, database, user, password, options}).
--record(sql_query, {q}).
--record(sql_param_query, {q, params}).
--record(sql_select_count, {q}).
--record(sql_select, {pos, n}).
--record(sql_first, {}).
--record(sql_last, {}).
--record(sql_next, {}).
--record(sql_prev, {}).