mssql

package mssql

Type members

Classlikes

@native @JSType
trait BaseResult extends Object

Result returned from EventEmitter "done" event.

Result returned from EventEmitter "done" event.

case
object BuildInfo

This object was generated by sbt-buildinfo.

This object was generated by sbt-buildinfo.

@JSType
trait BulkOptions extends Object
@native @JSType
trait BulkResult extends Object
object CodeNames
@native @JSType
trait ColumnMetadata extends Object
@JSType
trait Config extends Object
@native @JSImport("mssql", "ConnectionError") @JSType
class ConnectionError(messageOrError: String | Error, code: String) extends MSSQLError
@native @JSImport("mssql", "ConnectionPool") @JSType
class ConnectionPool(config: Config) extends MSSQLEventEmitter
object ErrorNames
@native @JSType
trait IMap extends Array[Any]
@native @JSImport("mssql", "ISOLATION_LEVEL") @JSType
object ISOLATION_LEVEL extends Object
@native @JSImport("mssql", "MSSQLError") @JSType
class MSSQLError(messageOrError: String | Error, val code: String) extends Error
@native @JSType
trait MSSQLEventEmitter extends Object

Node event emmitter.

Node event emmitter.

@JSType
trait PoolConfig extends Object
@native @JSImport("mssql", "PreparedStatementError") @JSType
class PreparedStatementError(messageOrError: String | Error, code: String) extends MSSQLError
@native @JSType
trait ProcedureResult extends Result
@native @JSType
trait RecordSet[T] extends Array[T]

No type constraints on the recordsets, use with care.

No type constraints on the recordsets, use with care.

@native @JSImport("mssql", "Request") @JSType
class Request(pool: UndefOr[ConnectionPool]) extends MSSQLEventEmitter
@native @JSImport("mssql", "RequestError") @JSType
class RequestError(messageOrError: String | Error, code: String) extends MSSQLError
@native @JSType
trait RequestParameter extends Object
@native @JSType
trait Result extends BaseResult

No type constraints on the recordsets, use with care.

No type constraints on the recordsets, use with care.

@native @JSType
trait SQLType extends Object
@native @JSType
trait SchemaColumn extends Object
@native @JSType
trait Table extends Object
@native @JSImport("mssql", "Transaction") @JSType
class Transaction(pool: UndefOr[ConnectionPool]) extends MSSQLEventEmitter
@native @JSImport("mssql", "TransactionError") @JSType
class TransactionError(messageOrError: String | Error, code: String) extends MSSQLError
@native @JSImport("mssql") @JSType
object module extends Object

Types

type Schema = Dictionary[SchemaColumn]