Mssqlex v0.0.1 API Reference
Modules
Interface for interacting with MS SQL Server via an ODBC driver for Elixir
Adapter to Erlang’s :odbc
module
Implementation of DBConnection
behaviour for Mssqlex.ODBC
Implementation of DBConnection.Query
for Mssqlex
Result struct returned from any successful query. Its fields are:
rows
- The result set. A list of tuples, each tuple corresponding to a row, each element in the tuple corresponds to a column;num_rows
- The number of fetched or affected rows;