Replicant.Decoder.Messages.Relation.Column (Replicant v0.1.0)

Copy Markdown View Source

Per-column metadata within a Relation message.

Summary

Types

t()

@type t() :: %Replicant.Decoder.Messages.Relation.Column{
  flags: [atom()] | nil,
  name: String.t() | nil,
  type: String.t() | nil,
  type_modifier: non_neg_integer() | nil
}