Replicant.Decoder.Messages.Truncate (Replicant v0.1.0)

Copy Markdown View Source

T — a TRUNCATE of one or more relations; options indicate CASCADE / RESTART IDENTITY.

Summary

Types

option()

@type option() :: :cascade | :restart_identity

t()

@type t() :: %Replicant.Decoder.Messages.Truncate{
  number_of_relations: non_neg_integer() | nil,
  options: [option()] | nil,
  truncated_relations: [non_neg_integer()] | nil,
  xid: non_neg_integer() | nil
}