Class: Pgoutput::Messages::Commit

Inherits:
Data
  • Object
show all
Defined in:
lib/pgoutput/messages.rb

Overview

Transaction commit message.

Instance Attribute Summary collapse

Instance Attribute Details

#commit_lsnObject (readonly)

Returns the value of attribute commit_lsn

Returns:

  • (Object)

    the current value of commit_lsn



104
# File 'lib/pgoutput/messages.rb', line 104

Commit = Data.define(:flags, :commit_lsn, :transaction_end_lsn, :commit_timestamp)

#commit_timestampObject (readonly)

Returns the value of attribute commit_timestamp

Returns:

  • (Object)

    the current value of commit_timestamp



104
# File 'lib/pgoutput/messages.rb', line 104

Commit = Data.define(:flags, :commit_lsn, :transaction_end_lsn, :commit_timestamp)

#flagsObject (readonly)

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



104
# File 'lib/pgoutput/messages.rb', line 104

Commit = Data.define(:flags, :commit_lsn, :transaction_end_lsn, :commit_timestamp)

#transaction_end_lsnObject (readonly)

Returns the value of attribute transaction_end_lsn

Returns:

  • (Object)

    the current value of transaction_end_lsn



104
# File 'lib/pgoutput/messages.rb', line 104

Commit = Data.define(:flags, :commit_lsn, :transaction_end_lsn, :commit_timestamp)