Postgrex v0.15.5 Postgrex.Lexeme View Source

Struct for PostgreSQL lexeme.

Fields

  • word
  • positions

Link to this section Summary

Link to this section Types

Specs

t() :: %Postgrex.Lexeme{
  positions: [{pos_integer(), :A | :B | :C | nil}],
  word: String.t()
}