class Orientdb4r::Binary::BinClient
This client implements the binary protocol.
Attributes
db_connection[R]
protocol[R]
protocol_version[R]
server_connection[R]
Public Instance Methods
server(options={})
click to toggle source
# File lib/orientdb4r/bin/client.rb, line 68 def server(options={}) raise NotImplementedError, 'this should be overridden by concrete client' end
Private Instance Methods
params(args = {})
click to toggle source
Gets a hash of parameters.
# File lib/orientdb4r/bin/client.rb, line 78 def params(args = {}) args.merge({ session: connection.session }) end