Class: Pgoutput::Messages::Delete
- Inherits:
-
Data
- Object
- Data
- Pgoutput::Messages::Delete
- Defined in:
- lib/pgoutput/messages.rb
Overview
Delete DML message.
The message contains either an old key tuple or an old full tuple.
Instance Attribute Summary collapse
-
#old_key_tuple ⇒ Object
readonly
Returns the value of attribute old_key_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
#old_key_tuple ⇒ Object (readonly)
Returns the value of attribute old_key_tuple
92 |
# File 'lib/pgoutput/messages.rb', line 92 Delete = Data.define(:relation_id, :old_key_tuple, :old_tuple) |
#old_tuple ⇒ Object (readonly)
Returns the value of attribute old_tuple
92 |
# File 'lib/pgoutput/messages.rb', line 92 Delete = Data.define(:relation_id, :old_key_tuple, :old_tuple) |
#relation_id ⇒ Object (readonly)
Returns the value of attribute relation_id
92 |
# File 'lib/pgoutput/messages.rb', line 92 Delete = Data.define(:relation_id, :old_key_tuple, :old_tuple) |