Class: OrientdbBinary::Protocols::ScriptCommandPayload

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/orientdb_binary/protocols/command.rb

Overview

protocol_string :class_name, value: ‘com.orientechnologies.orient.core.sql.OCommandSQL’

protocol_string :text, value: 'SELECT FROM OUser WHERE name = :name'
# protocol_string :fetchplan, value: '*:1'
int8 :with_params, value: 1
protocol_string :serialized_params, value: 'params:{"name":"admin"}'
int8 :composite_key_params_present, value: 0

end