PostgresPR::Message
# File lib/postgres-pr/message.rb, line 263 def dump super(1) do |buffer| buffer.write_byte(@backend_transaction_status_indicator) end end
# File lib/postgres-pr/message.rb, line 269 def parse(buffer) super do @backend_transaction_status_indicator = buffer.read_byte end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.