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