Postgrex.Lexeme (Postgrex v0.15.8) View Source
Struct for PostgreSQL lexeme.
Fields
wordpositions
Link to this section Summary
Link to this section Types
Specs
t() :: %Postgrex.Lexeme{
positions: [{pos_integer(), :A | :B | :C | nil}],
word: String.t()
}