abstract class RethinkDB::Connection

Direct Known Subclasses

Defined in:

driver/connection.cr

Instance Method Summary

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

abstract def authorize(user : String, password : String) #

[View source]
abstract def close #

[View source]
abstract def run(term : ReQL::Term::Type, runopts : RunOpts) : Datum | Cursor #

[View source]
abstract def server : JSON::Any #

[View source]
abstract def start #

[View source]
abstract def use(db_name : String) #

[View source]