Methods

Files

PostgresPR::ReadyForQuery

Public Instance Methods

dump() click to toggle source
# File lib/postgres-pr/message.rb, line 263
def dump
  super(1) do |buffer|
    buffer.write_byte(@backend_transaction_status_indicator)
  end
end
parse(buffer) click to toggle source
# 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.