Support for BLOBs

This commit is contained in:
Alexey Romanov
2010-10-28 10:14:04 +04:00
parent 64101b04e1
commit 2059bfd7fd
3 changed files with 42 additions and 14 deletions

View File

@@ -20,4 +20,4 @@
-endif.
-define(NULL_ATOM, null).
-type(sql_value() :: number() | ?NULL_ATOM | iodata()).
-type(sql_value() :: number() | ?NULL_ATOM | iodata() | {blob, binary()}).