Class: Pgoutput::Messages::TupleValue

Inherits:
Data
  • Object
show all
Defined in:
lib/pgoutput/messages.rb

Overview

One tuple column value.

Instance Attribute Summary collapse

Instance Attribute Details

#formatObject (readonly)

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



57
# File 'lib/pgoutput/messages.rb', line 57

TupleValue = Data.define(:format, :raw, :oid)

#oidObject (readonly)

Returns the value of attribute oid

Returns:

  • (Object)

    the current value of oid



57
# File 'lib/pgoutput/messages.rb', line 57

TupleValue = Data.define(:format, :raw, :oid)

#rawObject (readonly)

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



57
# File 'lib/pgoutput/messages.rb', line 57

TupleValue = Data.define(:format, :raw, :oid)