Firebirdex v0.0.4 Firebirdex.Result View Source

Link to this section Summary

Link to this section Types

Link to this type

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