MssqlexV3 v3.0.4 MssqlexV3.Query View Source

Implementation of DBConnection.Query for MssqlexV3.

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() :: %MssqlexV3.Query{
  cache: :reference | :statement,
  columns: [String.t()] | nil,
  name: iodata(),
  statement: iodata()
}