Module epgsql_codec_uuid

Codec for uuid type.

Behaviours: epgsql_codec.

Description

Codec for uuid type.

Input is expected to be in hex string() / binary(), eg <<"550e8400-e29b-41d4-a716-446655440000">>.

Data Types

data()

data() = in_data() | out_data()

in_data()

in_data() = string() | binary()

out_data()

out_data() = binary()

Function Index

decode/3
decode_text/3
encode/3
init/2
names/0

Function Details

decode/3

decode(X1, X2, X3) -> any()

decode_text/3

decode_text(V, X2, X3) -> any()

encode/3

encode(Uuid, X2, St) -> any()

init/2

init(X1, X2) -> any()

names/0

names() -> any()


Generated by EDoc