Methods

Files

PostgresPR::CommandComplete

Public Instance Methods

dump() click to toggle source
# File lib/postgres-pr/message.rb, line 310
def dump
  super(@cmd_tag.size + 1) do |buffer|
    buffer.write_cstring(@cmd_tag)
  end
end
parse(buffer) click to toggle source
# File lib/postgres-pr/message.rb, line 316
def parse(buffer)
  super do
    @cmd_tag = buffer.read_cstring
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.