tds_ecto v2.2.1 Tds.UUID
An Ecto type for UUIDs strings.
Link to this section Summary
Functions
Generates a version 4 (random) UUID in the binary format
Casts to UUID
Same as cast/1
but raises Ecto.CastError
on invalid arguments
Converts a string representing a UUID into a binary
Generates a version 4 (random) UUID
Converts a binary UUID into a string
The Ecto type
Link to this section Functions
Link to this function
bingenerate()
Generates a version 4 (random) UUID in the binary format.
Link to this function
cast(binary)
Casts to UUID.
Link to this function
cast!(value)
Same as cast/1
but raises Ecto.CastError
on invalid arguments.
Link to this function
dump(arg1)
Converts a string representing a UUID into a binary.
Link to this function
generate()
Generates a version 4 (random) UUID.
Link to this function
load(uuid)
Converts a binary UUID into a string.
Link to this function
type()
The Ecto type.