From 10b824963ff7b0b012e6b85c8b3f07904c473fd1 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 6 Feb 2012 20:15:48 -0500 Subject: Remove stupid lib directory --- src/mysqlerl.hrl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/mysqlerl.hrl (limited to 'src/mysqlerl.hrl') diff --git a/src/mysqlerl.hrl b/src/mysqlerl.hrl new file mode 100644 index 0000000..99e674f --- /dev/null +++ b/src/mysqlerl.hrl @@ -0,0 +1,9 @@ +-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, {}). -- cgit v1.2.3