Class: Pcrd::Replication::Pgoutput::Messages::Delete
- Inherits:
-
Data
- Object
- Data
- Pcrd::Replication::Pgoutput::Messages::Delete
- 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
-
#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
#old_tuple ⇒ Object (readonly)
Returns the value of attribute old_tuple
54 55 56 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 54 def old_tuple @old_tuple end |
#relation_id ⇒ Object (readonly)
Returns the value of attribute relation_id
54 55 56 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 54 def relation_id @relation_id end |