Class: Pgoutput::Decoder::Events::Begin
- Inherits:
-
Data
- Object
- Data
- Pgoutput::Decoder::Events::Begin
- Defined in:
- lib/pgoutput/decoder/events.rb
Overview
Decoded transaction begin event class.
Instance Attribute Summary collapse
-
#commit_timestamp ⇒ Object
readonly
Returns the value of attribute commit_timestamp.
-
#final_lsn ⇒ Object
readonly
Returns the value of attribute final_lsn.
-
#transaction_id ⇒ Object
readonly
Returns the value of attribute transaction_id.
Instance Attribute Details
#commit_timestamp ⇒ Object (readonly)
Returns the value of attribute commit_timestamp
13 14 15 |
# File 'lib/pgoutput/decoder/events.rb', line 13 def @commit_timestamp end |
#final_lsn ⇒ Object (readonly)
Returns the value of attribute final_lsn
13 14 15 |
# File 'lib/pgoutput/decoder/events.rb', line 13 def final_lsn @final_lsn end |
#transaction_id ⇒ Object (readonly)
Returns the value of attribute transaction_id
13 14 15 |
# File 'lib/pgoutput/decoder/events.rb', line 13 def transaction_id @transaction_id end |