Class: Pgoutput::Messages::Truncate

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

Overview

Truncate DML message.

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



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

Truncate = Data.define(:relation_ids, :options)

#relation_idsObject (readonly)

Returns the value of attribute relation_ids

Returns:

  • (Object)

    the current value of relation_ids



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

Truncate = Data.define(:relation_ids, :options)