Class: Pgoutput::Messages::TupleValue
- Inherits:
-
Data
- Object
- Data
- Pgoutput::Messages::TupleValue
- Defined in:
- lib/pgoutput/messages.rb
Overview
One tuple column value.
Instance Attribute Summary collapse
-
#format ⇒ Object
readonly
Returns the value of attribute format.
-
#oid ⇒ Object
readonly
Returns the value of attribute oid.
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
Instance Attribute Details
#format ⇒ Object (readonly)
Returns the value of attribute format
57 |
# File 'lib/pgoutput/messages.rb', line 57 TupleValue = Data.define(:format, :raw, :oid) |
#oid ⇒ Object (readonly)
Returns the value of attribute oid
57 |
# File 'lib/pgoutput/messages.rb', line 57 TupleValue = Data.define(:format, :raw, :oid) |
#raw ⇒ Object (readonly)
Returns the value of attribute raw
57 |
# File 'lib/pgoutput/messages.rb', line 57 TupleValue = Data.define(:format, :raw, :oid) |