Class: Pgoutput::Messages::Relation
- Inherits:
-
Data
- Object
- Data
- Pgoutput::Messages::Relation
- Defined in:
- lib/pgoutput/messages.rb
Overview
Relation metadata message.
Instance Attribute Summary collapse
-
#columns ⇒ Object
readonly
Returns the value of attribute columns.
-
#relation_id ⇒ Object
readonly
Returns the value of attribute relation_id.
-
#replica_identity ⇒ Object
readonly
Returns the value of attribute replica_identity.
-
#schema ⇒ Object
readonly
Returns the value of attribute schema.
-
#table ⇒ Object
readonly
Returns the value of attribute table.
Instance Attribute Details
#columns ⇒ Object (readonly)
Returns the value of attribute columns
47 |
# File 'lib/pgoutput/messages.rb', line 47 Relation = Data.define(:relation_id, :schema, :table, :replica_identity, :columns) |
#relation_id ⇒ Object (readonly)
Returns the value of attribute relation_id
47 |
# File 'lib/pgoutput/messages.rb', line 47 Relation = Data.define(:relation_id, :schema, :table, :replica_identity, :columns) |
#replica_identity ⇒ Object (readonly)
Returns the value of attribute replica_identity
47 |
# File 'lib/pgoutput/messages.rb', line 47 Relation = Data.define(:relation_id, :schema, :table, :replica_identity, :columns) |
#schema ⇒ Object (readonly)
Returns the value of attribute schema
47 |
# File 'lib/pgoutput/messages.rb', line 47 Relation = Data.define(:relation_id, :schema, :table, :replica_identity, :columns) |
#table ⇒ Object (readonly)
Returns the value of attribute table
47 |
# File 'lib/pgoutput/messages.rb', line 47 Relation = Data.define(:relation_id, :schema, :table, :replica_identity, :columns) |