Snowflex.DBConnection.Result (Snowflex v0.5.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %Snowflex.DBConnection.Result{
  columns: [String.t()] | nil,
  messages: [map()],
  metadata: [map()],
  num_rows: integer(),
  rows: [tuple()] | nil,
  statement: String.t() | nil,
  success: boolean()
}

Link to this section Functions

Link to this function

process_result(result, opts \\ [])