class RethinkDB::Server::Client

Defined in:

server/client.cr

Constructors

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) |

Constructor Detail

def self.new(conn : RethinkDB::Connection) #

[View source]

Instance Method Detail

def close #

[View source]
def execute(query_id : UInt64, message : Array) #

[View source]
def streams : Hash(UInt64, RethinkDB::Cursor) #

[View source]
def streams=(streams : Hash(UInt64, RethinkDB::Cursor)) #

[View source]