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