class RethinkDB::DBTerm

Defined in:

rethinkdb/api-db.cr
rethinkdb/term.cr

Instance Method Summary

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

Instance Method Detail

def grant(username, options : Hash | NamedTuple) #

[View source]
def run(conn, runopts : Hash | NamedTuple) #

[View source]
def table(name, options : Hash | NamedTuple) #

[View source]
def table(name) #

[View source]
def table_create(name, options : Hash | NamedTuple) #

[View source]
def table_create(name) #

[View source]
def table_create(name, **opts) #

[View source]
def table_drop(name) #

[View source]
def table_list #

[View source]