Class: Pgoutput::Messages::Begin

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

Overview

Transaction begin message.

Instance Attribute Summary collapse

Instance Attribute Details

#commit_timestampObject (readonly)

Returns the value of attribute commit_timestamp

Returns:

  • (Object)

    the current value of commit_timestamp



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

Begin = Data.define(:final_lsn, :commit_timestamp, :xid)

#final_lsnObject (readonly)

Returns the value of attribute final_lsn

Returns:

  • (Object)

    the current value of final_lsn



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

Begin = Data.define(:final_lsn, :commit_timestamp, :xid)

#xidObject (readonly)

Returns the value of attribute xid

Returns:

  • (Object)

    the current value of xid



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

Begin = Data.define(:final_lsn, :commit_timestamp, :xid)