Class: Pcrd::Replication::Pgoutput::Messages::Insert

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

Overview

I — INSERT

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



46
47
48
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 46

def new_tuple
  @new_tuple
end

#relation_idObject (readonly)

Returns the value of attribute relation_id

Returns:

  • (Object)

    the current value of relation_id



46
47
48
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 46

def relation_id
  @relation_id
end