class RethinkDB::LocalConnection
Defined in:
driver/local_connection.cr
Constructors
Instance Method Summary
authorize(user : String, password : String)
authorize,
close
close,
run(term : ReQL::Term::Type, runopts : RunOpts) : Datum | Cursor
run,
server : JSON::Any
server,
start
start,
use(db_name : String)
use
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)
|
Constructor Detail
Instance Method Detail