Moved documentation for sql_value() type to correct place

This commit is contained in:
Alexey Romanov
2010-10-12 11:42:23 +04:00
parent 3f2ea22ca3
commit 7629e1f38c
3 changed files with 28 additions and 24 deletions

View File

@@ -1,10 +1,2 @@
-define(NULL_ATOM, null).
-type(sql_value() :: number() | ?NULL_ATOM | iodata()).
%%--------------------------------------------------------------------
%% @type sql_value() :: number() | 'null' | iodata().
%%
%% Values accepted in SQL statements include numbers, atom 'null',
%% and iodata().
%% @end
%%--------------------------------------------------------------------