diff options
Diffstat (limited to 'lib/src/mysqlerl.hrl')
-rw-r--r-- | lib/src/mysqlerl.hrl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/src/mysqlerl.hrl b/lib/src/mysqlerl.hrl deleted file mode 100644 index 99e674f..0000000 --- a/lib/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, {}). |