class RethinkDB::DBTerm
- RethinkDB::DBTerm
- RethinkDB::Term
- Reference
- Object
Defined in:
rethinkdb/api-db.crrethinkdb/term.cr
Instance Method Summary
- #grant(username, options : Hash | NamedTuple)
- #run(conn, runopts : Hash | NamedTuple)
- #table(name, options : Hash | NamedTuple)
- #table(name)
- #table_create(name, options : Hash | NamedTuple)
- #table_create(name)
- #table_create(name, **opts)
- #table_drop(name)
- #table_list
Instance methods inherited from class RethinkDB::Term
clone
clone,
coerce_to(target)
coerce_to,
to_reql : JSON::Any
to_reql,
type_of
type_of
Constructor methods inherited from class RethinkDB::Term
new(type : RethinkDB::TermType, args : Array, options)new(type : RethinkDB::TermType, args : Array)
new(any : JSON::Any)
new(type : RethinkDB::TermType) new