class ReQL::NovemberTerm
Defined in:
reql/term.cr
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
Constructor methods inherited from class ReQL::Term
new(args : Array(Type), options : Hash(String, JSON::Any) | Nil = nil)
new
Class methods inherited from class ReQL::Term
add_type(k, v)
add_type,
encode(term : Type)
encode,
parse(json : JSON::Any)
parse
Instance methods inherited from class Object
!=(other : RethinkDB::DSL::R)
!=,
%(other : RethinkDB::DSL::R)
%,
&(other : RethinkDB::DSL::R)
&,
*(other : RethinkDB::DSL::R)
*,
+(other : RethinkDB::DSL::R)
+,
-(other : RethinkDB::DSL::R)
-,
/(other : RethinkDB::DSL::R)
/,
<(other : RethinkDB::DSL::R)
<,
<=(other : RethinkDB::DSL::R)
<=,
==(other : RethinkDB::DSL::R)
==,
>(other : RethinkDB::DSL::R)
>,
>=(other : RethinkDB::DSL::R)
>=,
|(other : RethinkDB::DSL::R)
|
Instance Method Detail
Keyboard Shortcuts
× - s, / Search
- Esc Abort search / Close modal
- ⇨, Enter Open highlighted result
- ⇧, Ctrl+j Select previous result
- ⇩, Ctrl+k Select next result
- ? Show usage info