uuid type.
Behaviours: epgsql_codec.
Codec for uuid type.
string() / binary(), eg
<<"550e8400-e29b-41d4-a716-446655440000">>.
data() = in_data() | out_data()
in_data() = string() | binary()
out_data() = binary()
| decode/3 | |
| decode_text/3 | |
| encode/3 | |
| init/2 | |
| names/0 |
decode(X1, X2, X3) -> any()
decode_text(V, X2, X3) -> any()
encode(Uuid, X2, St) -> any()
init(X1, X2) -> any()
names() -> any()
Generated by EDoc