Lotus.Result (Lotus v0.9.2)
View SourceRepresents the result of a SQL query execution.
Contains the columns, rows, and metadata about the query result.
Summary
Functions
Creates a new Result from columns and rows.
Types
@type t() :: %Lotus.Result{ columns: [String.t()], command: String.t() | nil, duration_ms: non_neg_integer() | nil, meta: map(), num_rows: non_neg_integer() | nil, rows: [[term()]] }