Postgrex.Lexeme (Postgrex v0.20.0)

View Source

Struct for PostgreSQL lexeme.

Fields

  • word
  • positions

Summary

Types

t()

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