Class: Pcrd::Replication::Pgoutput::Messages::Update

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

Overview

U — UPDATE old_tuple is nil unless REPLICA IDENTITY is FULL or INDEX

Instance Attribute Summary collapse

Instance Attribute Details

#new_tupleObject (readonly)

Returns the value of attribute new_tuple

Returns:

  • (Object)

    the current value of new_tuple



50
51
52
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 50

def new_tuple
  @new_tuple
end

#old_tupleObject (readonly)

Returns the value of attribute old_tuple

Returns:

  • (Object)

    the current value of old_tuple



50
51
52
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 50

def old_tuple
  @old_tuple
end

#relation_idObject (readonly)

Returns the value of attribute relation_id

Returns:

  • (Object)

    the current value of relation_id



50
51
52
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 50

def relation_id
  @relation_id
end