WalEx.Decoder.Messages.Update (WalEx v4.8.0)

Copy Markdown View Source

U — a row update; carries new values and, if available, the key or old tuple.

Summary

Types

t()

@type t() :: %WalEx.Decoder.Messages.Update{
  changed_key_tuple_data: tuple() | nil,
  old_tuple_data: tuple() | nil,
  relation_id: non_neg_integer() | nil,
  tuple_data: tuple() | nil
}