Documentation fix

This commit is contained in:
Alexey Romanov
2010-10-12 11:23:46 +04:00
parent f6b0b2185f
commit 3f2ea22ca3
3 changed files with 70 additions and 60 deletions

View File

@@ -1,2 +1,10 @@
-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
%%--------------------------------------------------------------------