Moved documentation for sql_value() type to correct place
This commit is contained in:
@@ -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
|
||||
%%--------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user