Class: Pcrd::Replication::Pgoutput::Messages::Delete

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

Overview

D — DELETE old_tuple contains either the key columns or all columns depending on REPLICA IDENTITY

Instance Attribute Summary collapse

Instance Attribute Details

#old_tupleObject (readonly)

Returns the value of attribute old_tuple

Returns:

  • (Object)

    the current value of old_tuple



54
55
56
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 54

def old_tuple
  @old_tuple
end

#relation_idObject (readonly)

Returns the value of attribute relation_id

Returns:

  • (Object)

    the current value of relation_id



54
55
56
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 54

def relation_id
  @relation_id
end