Class: Pgoutput::Messages::Relation

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

Overview

Relation metadata message.

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject (readonly)

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



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

Relation = Data.define(:relation_id, :schema, :table, :replica_identity, :columns)

#relation_idObject (readonly)

Returns the value of attribute relation_id

Returns:

  • (Object)

    the current value of relation_id



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

Relation = Data.define(:relation_id, :schema, :table, :replica_identity, :columns)

#replica_identityObject (readonly)

Returns the value of attribute replica_identity

Returns:

  • (Object)

    the current value of replica_identity



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

Relation = Data.define(:relation_id, :schema, :table, :replica_identity, :columns)

#schemaObject (readonly)

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



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

Relation = Data.define(:relation_id, :schema, :table, :replica_identity, :columns)

#tableObject (readonly)

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



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

Relation = Data.define(:relation_id, :schema, :table, :replica_identity, :columns)