Class: Vertica::Protocol::FrontendMessage

Inherits:
Message
  • Object
show all
Defined in:
lib/vertica/protocol/message.rb

Instance Method Summary collapse

Methods inherited from Message

message_id

Instance Method Details

#to_bytesObject



31
32
33
# File 'lib/vertica/protocol/message.rb', line 31

def to_bytes
  prepend_message_header(message_body)
end