Class: Pcrd::Replication::Pgoutput::Messages::Truncate
- Inherits:
-
Data
- Object
- Data
- Pcrd::Replication::Pgoutput::Messages::Truncate
- Defined in:
- lib/pcrd/replication/pgoutput/messages.rb
Overview
A — TRUNCATE (PG 11+) option_bits: Integer — 1 = CASCADE, 2 = RESTART IDENTITY
Instance Attribute Summary collapse
-
#option_bits ⇒ Object
readonly
Returns the value of attribute option_bits.
-
#relation_ids ⇒ Object
readonly
Returns the value of attribute relation_ids.
Instance Attribute Details
#option_bits ⇒ Object (readonly)
Returns the value of attribute option_bits
61 62 63 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 61 def option_bits @option_bits end |
#relation_ids ⇒ Object (readonly)
Returns the value of attribute relation_ids
61 62 63 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 61 def relation_ids @relation_ids end |