p
mssql
package mssql
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- mssql
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait BulkOptions extends Object
- Annotations
- @JSType()
- trait BulkResult extends Object
- Annotations
- @JSType() @native()
- trait ColumnMetadata extends Object
- Annotations
- @JSType() @native()
- trait Config extends Object
- Annotations
- @JSType()
- class ConnectionError extends MSSQLError
- Annotations
- @JSType() @native() @JSImport("mssql", "ConnectionError")
- class ConnectionPool extends Object with MSSQLEventEmitter
- Annotations
- @JSType() @native() @JSImport("mssql", "ConnectionPool")
- trait IMap extends Array[Any]
- Annotations
- @JSType() @native()
- class MSSQLError extends Error
- Annotations
- @JSType() @native() @JSImport("mssql", "MSSQLError")
- trait MSSQLEventEmitter extends Object
- Annotations
- @JSType() @native()
- trait PoolConfig extends Object
- Annotations
- @JSType()
- class PreparedStatementError extends MSSQLError
- Annotations
- @JSType() @native() @JSImport("mssql", "PreparedStatementError")
- trait ProcedureResult extends Object with Result
- Annotations
- @JSType() @native()
- 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()
- class Request extends Object with MSSQLEventEmitter
- Annotations
- @JSType() @native() @JSImport("mssql", "Request")
- class RequestError extends MSSQLError
- Annotations
- @JSType() @native() @JSImport("mssql", "RequestError")
- 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()
- trait SQLType extends Object
- Annotations
- @JSType() @native()
- trait Table extends Object
- Annotations
- @JSType() @native()
- class Transaction extends Object with MSSQLEventEmitter
- Annotations
- @JSType() @native() @JSImport("mssql", "Transaction")
- class TransactionError extends MSSQLError
- Annotations
- @JSType() @native() @JSImport("mssql", "TransactionError")
Value Members
- case object BuildInfo extends Product with Serializable
This object was generated by sbt-buildinfo.
- object CodeNames
- object ErrorNames
- object ISOLATION_LEVEL extends Object
- Annotations
- @native() @JSImport("mssql", "ISOLATION_LEVEL")
- object module extends Object
- Annotations
- @native() @JSImport("mssql", JSImport.Namespace)