p

mssql

package mssql

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. mssql
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BulkOptions extends Object
    Annotations
    @JSType()
  2. trait BulkResult extends Object
    Annotations
    @JSType() @native()
  3. trait ColumnMetadata extends Object
    Annotations
    @JSType() @native()
  4. trait Config extends Object
    Annotations
    @JSType()
  5. class ConnectionError extends MSSQLError
    Annotations
    @JSType() @native() @JSImport("mssql", "ConnectionError")
  6. class ConnectionPool extends Object with MSSQLEventEmitter
    Annotations
    @JSType() @native() @JSImport("mssql", "ConnectionPool")
  7. trait IMap extends Array[Any]
    Annotations
    @JSType() @native()
  8. class MSSQLError extends Error
    Annotations
    @JSType() @native() @JSImport("mssql", "MSSQLError")
  9. trait MSSQLEventEmitter extends Object
    Annotations
    @JSType() @native()
  10. trait PoolConfig extends Object
    Annotations
    @JSType()
  11. class PreparedStatementError extends MSSQLError
    Annotations
    @JSType() @native() @JSImport("mssql", "PreparedStatementError")
  12. trait ProcedureResult extends Object with Result
    Annotations
    @JSType() @native()
  13. trait RecordSet[T] extends Array[T]

    No type constraints on the recordsets, use with care.

    No type constraints on the recordsets, use with care.

    Annotations
    @JSType() @native()
  14. class Request extends Object with MSSQLEventEmitter
    Annotations
    @JSType() @native() @JSImport("mssql", "Request")
  15. class RequestError extends MSSQLError
    Annotations
    @JSType() @native() @JSImport("mssql", "RequestError")
  16. trait Result extends Object

    No type constraints on the recordsets, use with care.

    No type constraints on the recordsets, use with care.

    Annotations
    @JSType() @native()
  17. trait SQLType extends Object
    Annotations
    @JSType() @native()
  18. trait Table extends Object
    Annotations
    @JSType() @native()
  19. class Transaction extends Object with MSSQLEventEmitter
    Annotations
    @JSType() @native() @JSImport("mssql", "Transaction")
  20. class TransactionError extends MSSQLError
    Annotations
    @JSType() @native() @JSImport("mssql", "TransactionError")

Value Members

  1. case object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. object CodeNames
  3. object ErrorNames
  4. object ISOLATION_LEVEL extends Object
    Annotations
    @native() @JSImport("mssql", "ISOLATION_LEVEL")
  5. object module extends Object
    Annotations
    @native() @JSImport("mssql", JSImport.Namespace)

Inherited from AnyRef

Inherited from Any

Ungrouped