Class: Pgoutput::Decoder::Events::Commit
- Inherits:
-
Data
- Object
- Data
- Pgoutput::Decoder::Events::Commit
- Defined in:
- lib/pgoutput/decoder/events.rb
Overview
Decoded transaction commit event class.
Instance Attribute Summary collapse
-
#commit_lsn ⇒ Object
readonly
Returns the value of attribute commit_lsn.
-
#commit_timestamp ⇒ Object
readonly
Returns the value of attribute commit_timestamp.
-
#flags ⇒ Object
readonly
Returns the value of attribute flags.
-
#transaction_end_lsn ⇒ Object
readonly
Returns the value of attribute transaction_end_lsn.
-
#transaction_id ⇒ Object
readonly
Returns the value of attribute transaction_id.
Instance Attribute Details
#commit_lsn ⇒ Object (readonly)
Returns the value of attribute commit_lsn
18 19 20 |
# File 'lib/pgoutput/decoder/events.rb', line 18 def commit_lsn @commit_lsn end |
#commit_timestamp ⇒ Object (readonly)
Returns the value of attribute commit_timestamp
18 19 20 |
# File 'lib/pgoutput/decoder/events.rb', line 18 def @commit_timestamp end |
#flags ⇒ Object (readonly)
Returns the value of attribute flags
18 19 20 |
# File 'lib/pgoutput/decoder/events.rb', line 18 def flags @flags end |
#transaction_end_lsn ⇒ Object (readonly)
Returns the value of attribute transaction_end_lsn
18 19 20 |
# File 'lib/pgoutput/decoder/events.rb', line 18 def transaction_end_lsn @transaction_end_lsn end |
#transaction_id ⇒ Object (readonly)
Returns the value of attribute transaction_id
18 19 20 |
# File 'lib/pgoutput/decoder/events.rb', line 18 def transaction_id @transaction_id end |