Class: Pgoutput::Messages::Column
- Inherits:
-
Data
- Object
- Data
- Pgoutput::Messages::Column
- Defined in:
- lib/pgoutput/messages.rb
Overview
Relation column metadata.
Instance Attribute Summary collapse
-
#flags ⇒ Object
readonly
Returns the value of attribute flags.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#oid ⇒ Object
readonly
Returns the value of attribute oid.
-
#type_modifier ⇒ Object
readonly
Returns the value of attribute type_modifier.
Instance Attribute Details
#flags ⇒ Object (readonly)
Returns the value of attribute flags
33 |
# File 'lib/pgoutput/messages.rb', line 33 Column = Data.define(:flags, :name, :oid, :type_modifier) |
#name ⇒ Object (readonly)
Returns the value of attribute name
33 |
# File 'lib/pgoutput/messages.rb', line 33 Column = Data.define(:flags, :name, :oid, :type_modifier) |
#oid ⇒ Object (readonly)
Returns the value of attribute oid
33 |
# File 'lib/pgoutput/messages.rb', line 33 Column = Data.define(:flags, :name, :oid, :type_modifier) |
#type_modifier ⇒ Object (readonly)
Returns the value of attribute type_modifier
33 |
# File 'lib/pgoutput/messages.rb', line 33 Column = Data.define(:flags, :name, :oid, :type_modifier) |