Mssqlex v0.6.0 Mssqlex.Query

Implementation of DBConnection.Query for Mssqlex.

The structure is:

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

Summary

Types

t()
t() :: %Mssqlex.Query{columns: [String.t] | nil, name: iodata, statement: iodata}