Class: Pcrd::Replication::Pgoutput::Messages::Update
- Inherits:
-
Data
- Object
- Data
- Pcrd::Replication::Pgoutput::Messages::Update
- 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
-
#new_tuple ⇒ Object
readonly
Returns the value of attribute new_tuple.
-
#old_tuple ⇒ Object
readonly
Returns the value of attribute old_tuple.
-
#relation_id ⇒ Object
readonly
Returns the value of attribute relation_id.
Instance Attribute Details
#new_tuple ⇒ Object (readonly)
Returns the value of attribute new_tuple
50 51 52 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 50 def new_tuple @new_tuple end |
#old_tuple ⇒ Object (readonly)
Returns the value of attribute old_tuple
50 51 52 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 50 def old_tuple @old_tuple end |
#relation_id ⇒ Object (readonly)
Returns the value of attribute relation_id
50 51 52 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 50 def relation_id @relation_id end |