c

dynamics.etl

MSSQLConfig

class MSSQLConfig extends Object

Annotations
@ScalaJSDefined() @RawJSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MSSQLConfig
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. val connectionTimeout: UndefOr[Int]
  7. val database: UndefOr[String]
  8. val domain: UndefOr[String]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. val options: UndefOr[|[MSSQLOptions, RawOptions]]
  21. val parseJSON: UndefOr[Boolean]
  22. val password: UndefOr[String]
  23. val pool: UndefOr[PoolOptions]
  24. val port: UndefOr[Int]
  25. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  26. val requestTimeout: UndefOr[Int]
  27. val server: UndefOr[String]
  28. val stream: UndefOr[Boolean]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toLocaleString(): String
    Definition Classes
    Object
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. val user: UndefOr[String]
  33. def valueOf(): Any
    Definition Classes
    Object
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped