class MSSQLConfig extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MSSQLConfig
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MSSQLConfig(user: UndefOr[String] = js.undefined, password: UndefOr[String] = js.undefined, server: UndefOr[String] = js.undefined, database: UndefOr[String] = js.undefined, port: UndefOr[Int] = js.undefined, domain: UndefOr[String] = js.undefined, connectionTimeout: UndefOr[Int] = js.undefined, requestTimeout: UndefOr[Int] = js.undefined, parseJSON: UndefOr[Boolean] = js.undefined, stream: UndefOr[Boolean] = js.undefined, pool: UndefOr[PoolOptions] = js.undefined, options: UndefOr[|[MSSQLOptions, RawOptions]] = js.undefined)
Value Members
- val connectionTimeout: UndefOr[Int]
- val database: UndefOr[String]
- val domain: UndefOr[String]
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val options: UndefOr[|[MSSQLOptions, RawOptions]]
- val parseJSON: UndefOr[Boolean]
- val password: UndefOr[String]
- val pool: UndefOr[PoolOptions]
- val port: UndefOr[Int]
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val requestTimeout: UndefOr[Int]
- val server: UndefOr[String]
- val stream: UndefOr[Boolean]
-
def
toLocaleString(): String
- Definition Classes
- Object
- val user: UndefOr[String]
-
def
valueOf(): Any
- Definition Classes
- Object