Class: Pcrd::Replication::Pgoutput::Messages::Begin
- Inherits:
-
Data
- Object
- Data
- Pcrd::Replication::Pgoutput::Messages::Begin
- Defined in:
- lib/pcrd/replication/pgoutput/messages.rb
Overview
B — transaction begin lsn: String “X/Y” — final LSN of the transaction commit_time: Time (UTC) xid: Integer — transaction ID
Instance Attribute Summary collapse
-
#commit_time ⇒ Object
readonly
Returns the value of attribute commit_time.
-
#lsn ⇒ Object
readonly
Returns the value of attribute lsn.
-
#xid ⇒ Object
readonly
Returns the value of attribute xid.
Instance Attribute Details
#commit_time ⇒ Object (readonly)
Returns the value of attribute commit_time
26 27 28 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 26 def commit_time @commit_time end |
#lsn ⇒ Object (readonly)
Returns the value of attribute lsn
26 27 28 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 26 def lsn @lsn end |
#xid ⇒ Object (readonly)
Returns the value of attribute xid
26 27 28 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 26 def xid @xid end |