class RethinkDB::LocalConnection

Defined in:

driver/local_connection.cr

Constructors

Instance Method Summary

Instance methods inherited from class RethinkDB::Connection

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

def self.new(data_path : String) #

[View source]

Instance Method Detail

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

[View source]
def close #

[View source]
def on_error(&block : Exception, ReQL::Term::Type -> ) #

[View source]

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

[View source]
def start #

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

[View source]