View Source Postgrex.Lexeme (Postgrex v0.19.0)
Struct for PostgreSQL lexeme
.
Fields
word
positions
Summary
Types
@type t() :: %Postgrex.Lexeme{ positions: [{pos_integer(), :A | :B | :C | nil}], word: String.t() }
Struct for PostgreSQL lexeme
.
word
positions
@type t() :: %Postgrex.Lexeme{ positions: [{pos_integer(), :A | :B | :C | nil}], word: String.t() }