WalEx.Decoder.Messages.Truncate (WalEx v4.8.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() :: %WalEx.Decoder.Messages.Truncate{
  number_of_relations: non_neg_integer() | nil,
  options: [option()],
  truncated_relations: [non_neg_integer()]
}