Mssqlex v2.0.0-beta.0 Mssqlex.Query View Source

Implementation of DBConnection.Query for Mssqlex.

The structure is:

  • name - currently not used.
  • statement - SQL statement to run using :odbc.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Mssqlex.Query{
  columns: [String.t()] | nil,
  name: iodata(),
  num_params: term(),
  ref: term(),
  statement: iodata(),
  type: term()
}