Lotus.QueryResult (Lotus v0.7.0)
View SourceRepresents the result of a SQL query execution.
Contains the columns, rows, and metadata about the query result.
Summary
Functions
Creates a new QueryResult from columns and rows.
Types
@type t() :: %Lotus.QueryResult{ columns: [String.t()], num_rows: non_neg_integer(), rows: [[any()]] }