Class: Pgoutput::Decoder::Events::Delete

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

Overview

Decoded delete row-change event class.

Returns:

  • (Class)

Instance Attribute Summary collapse

Instance Attribute Details

#old_keyObject (readonly)

Returns the value of attribute old_key

Returns:

  • (Object)

    the current value of old_key



47
48
49
# File 'lib/pgoutput/decoder/events.rb', line 47

def old_key
  @old_key
end

#old_valuesObject (readonly)

Returns the value of attribute old_values

Returns:

  • (Object)

    the current value of old_values



47
48
49
# File 'lib/pgoutput/decoder/events.rb', line 47

def old_values
  @old_values
end

#relation_idObject (readonly)

Returns the value of attribute relation_id

Returns:

  • (Object)

    the current value of relation_id



47
48
49
# File 'lib/pgoutput/decoder/events.rb', line 47

def relation_id
  @relation_id
end

#schemaObject (readonly)

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



47
48
49
# File 'lib/pgoutput/decoder/events.rb', line 47

def schema
  @schema
end

#tableObject (readonly)

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



47
48
49
# File 'lib/pgoutput/decoder/events.rb', line 47

def table
  @table
end

#transaction_idObject (readonly)

Returns the value of attribute transaction_id

Returns:

  • (Object)

    the current value of transaction_id



47
48
49
# File 'lib/pgoutput/decoder/events.rb', line 47

def transaction_id
  @transaction_id
end