class RethinkDB::ChangesTerm

Defined in:

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 run(conn, runopts : Hash | NamedTuple) #

[View source]
def run(conn) : Cursor #

[View source]
def run(conn, **runopts) : Cursor #

[View source]