uuid type.
Behaviours: epgsql_codec.
uuid type.
Input expected to be in hex string, eg
<<"550e8400-e29b-41d4-a716-446655440000">>.
https://www.postgresql.org/docs/current/static/datatype-uuid.html
$PG$/src/backend/utils/adt/uuid.c
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