aboutsummaryrefslogtreecommitdiffstats
path: root/src/mysqlerl.hrl
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-03-01 18:10:29 -0500
committerBrian Cully <bjc@kublai.com>2008-03-01 18:10:29 -0500
commitde37fc4167922b5f396366cd0c6fb25d5fea797f (patch)
tree132f52659b4936935d8ea4cecdeb614bbe73c17e /src/mysqlerl.hrl
parent76c6dd8f62ad737bc17e59f29904efe8c31ca7ea (diff)
downloadmysqlerl-de37fc4167922b5f396366cd0c6fb25d5fea797f.tar.gz
mysqlerl-de37fc4167922b5f396366cd0c6fb25d5fea797f.zip
Remove NOTIMPLEMENTED stuff, since it all just goes to the C module anyway.
Diffstat (limited to 'src/mysqlerl.hrl')
-rw-r--r--src/mysqlerl.hrl8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mysqlerl.hrl b/src/mysqlerl.hrl
index ab789ec..d378a52 100644
--- a/src/mysqlerl.hrl
+++ b/src/mysqlerl.hrl
@@ -1,3 +1,11 @@
-record(sql_query, {q}).
+-record(sql_param_query, {q, params}).
+-record(sql_select_count, {q}).
+-record(sql_select, {q, pos, n}).
+-record(sql_first, {}).
+-record(sql_last, {}).
+-record(sql_next, {}).
+-record(sql_prev, {}).
-record(sql_commit, {}).
-record(sql_rollback, {}).
+-record(sql_describe_table, {table}).