From de37fc4167922b5f396366cd0c6fb25d5fea797f Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sat, 1 Mar 2008 18:10:29 -0500 Subject: Remove NOTIMPLEMENTED stuff, since it all just goes to the C module anyway. --- src/mysqlerl.hrl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/mysqlerl.hrl') 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}). -- cgit v1.2.3