class RethinkDB::Server::DriverServer

Defined in:

server/driver_server.cr

Constant Summary

V0_1 = 1063369270_u32
V0_2 = 1915781601_u32
V0_3 = 1601562686_u32
V0_4 = 1074539808_u32
V1_0 = 885177795_u32

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(port : Int32, conn : RethinkDB::Connection) #

[View source]

Instance Method Detail

def close #

[View source]
def execute_query(client, query_bytes, query_token, response_channel) #

[View source]
def start #

[View source]