Class: PostgresPR::ParameterStatus

Inherits:
Message
  • Object
show all
Defined in:
lib/postgres-pr/message.rb

Constant Summary

Constants inherited from Message

Message::MsgTypeMap

Instance Method Summary collapse

Methods inherited from Message

create, #dump, dump, read, register_message_type

Instance Method Details

#parse(buffer) ⇒ Object



143
144
145
146
147
148
# File 'lib/postgres-pr/message.rb', line 143

def parse(buffer)
  super do
    buffer.read_cstring
    buffer.read_cstring
  end
end