Class: Pgoutput::Messages::Type
- Inherits:
-
Data
- Object
- Data
- Pgoutput::Messages::Type
- Defined in:
- lib/pgoutput/messages.rb
Overview
PostgreSQL type metadata message.
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#oid ⇒ Object
readonly
Returns the value of attribute oid.
-
#schema ⇒ Object
readonly
Returns the value of attribute schema.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
77 |
# File 'lib/pgoutput/messages.rb', line 77 Type = Data.define(:oid, :schema, :name) |
#oid ⇒ Object (readonly)
Returns the value of attribute oid
77 |
# File 'lib/pgoutput/messages.rb', line 77 Type = Data.define(:oid, :schema, :name) |
#schema ⇒ Object (readonly)
Returns the value of attribute schema
77 |
# File 'lib/pgoutput/messages.rb', line 77 Type = Data.define(:oid, :schema, :name) |