Class: Pgoutput::Messages::Commit
- Inherits:
-
Data
- Object
- Data
- Pgoutput::Messages::Commit
- Defined in:
- lib/pgoutput/messages.rb
Overview
Transaction commit message.
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.
Instance Attribute Details
#commit_lsn ⇒ Object (readonly)
Returns the value of attribute commit_lsn
104 |
# File 'lib/pgoutput/messages.rb', line 104 Commit = Data.define(:flags, :commit_lsn, :transaction_end_lsn, :commit_timestamp) |
#commit_timestamp ⇒ Object (readonly)
Returns the value of attribute commit_timestamp
104 |
# File 'lib/pgoutput/messages.rb', line 104 Commit = Data.define(:flags, :commit_lsn, :transaction_end_lsn, :commit_timestamp) |
#flags ⇒ Object (readonly)
Returns the value of attribute flags
104 |
# File 'lib/pgoutput/messages.rb', line 104 Commit = Data.define(:flags, :commit_lsn, :transaction_end_lsn, :commit_timestamp) |
#transaction_end_lsn ⇒ Object (readonly)
Returns the value of attribute transaction_end_lsn
104 |
# File 'lib/pgoutput/messages.rb', line 104 Commit = Data.define(:flags, :commit_lsn, :transaction_end_lsn, :commit_timestamp) |