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

Copy Markdown View Source

I — a row insert; tuple_data holds the new values. xid is the (sub)transaction id when streamed (spec §5), else nil.

Summary

Types

t()

@type t() :: %Replicant.Decoder.Messages.Insert{
  relation_id: non_neg_integer() | nil,
  tuple_data: tuple() | nil,
  xid: non_neg_integer() | nil
}