PostgresPR::Message
# File lib/postgres-pr/message.rb, line 422 def dump super(@query.size + 1) do |buffer| buffer.write_cstring(@query) end end
# File lib/postgres-pr/message.rb, line 428 def parse(buffer) super do @query = buffer.read_cstring end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.