Tds

v1.1.7

  • Pages
  • Modules
  • Exceptions

    Tds v1.1.7 Tds.Protocol View Source

    Implements DBConnection behaviour for TDS protocol

    Link to this section Summary

    Functions

    login(s)
    message(arg1, arg2, s)
    prelogin(s)
    send_close(query, params, s)
    send_param_query(_, params, s)
    send_prepare(statement, params, s)
    send_query(statement, s)
    send_transaction(command, name, s)

    Link to this section Functions

    Link to this function

    login(s) View Source

    Link to this function

    message(arg1, arg2, s) View Source

    Link to this function

    prelogin(s) View Source

    Link to this function

    send_close(query, params, s) View Source

    Link to this function

    send_param_query(_, params, s) View Source

    Link to this function

    send_prepare(statement, params, s) View Source

    Link to this function

    send_query(statement, s) View Source

    Link to this function

    send_transaction(command, name, s) View Source

    Built using ExDoc (v0.20.2), designed by Friedel Ziegelmayer for the Elixir programming language.