Class: Pgoutput::Messages::Truncate
- Inherits:
-
Data
- Object
- Data
- Pgoutput::Messages::Truncate
- Defined in:
- lib/pgoutput/messages.rb
Overview
Truncate DML message.
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#relation_ids ⇒ Object
readonly
Returns the value of attribute relation_ids.
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options
130 |
# File 'lib/pgoutput/messages.rb', line 130 Truncate = Data.define(:relation_ids, :options) |
#relation_ids ⇒ Object (readonly)
Returns the value of attribute relation_ids
130 |
# File 'lib/pgoutput/messages.rb', line 130 Truncate = Data.define(:relation_ids, :options) |