class ReQL::UuidTerm
- ReQL::UuidTerm
- ReQL::Term
- Reference
- Object
Defined in:
reql/term.crreql/terms/uuid.cr
Constant Summary
-
UUID_NAMESPACE =
(UUID.new("91461c99-f89d-49d2-af96-d8e2e14e9b58")).bytes
Instance Method Summary
Instance methods inherited from class ReQL::Term
==(other : self)
==,
args : Array(ReQL::Term::Type)
args,
args=(args : Array(ReQL::Term::Type))
args=,
check
check,
expect_args(min, max)expect_args(count) expect_args, expect_args_at_least(count) expect_args_at_least, expect_maybe_options(*args) expect_maybe_options, options : Hash(String, JSON::Any) options