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