Firebirdex v0.3.0 Firebirdex.Result View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Firebirdex.Result{
  columns: [String.t()] | nil,
  num_rows: non_neg_integer() | nil,
  rows: [[term()]] | nil
}