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