c

dynamics.etl

PoolOptions

class PoolOptions extends Object

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

Instance Constructors

  1. new PoolOptions(max: UndefOr[Int] = js.undefined, min: UndefOr[Int] = js.undefined, idleTimeoutMillis: UndefOr[Int] = js.undefined, acquireTimeoutMillis: UndefOr[Int] = js.undefined, fifo: UndefOr[Boolean] = js.undefined, priorityRange: UndefOr[Int] = js.undefined, autostart: UndefOr[Boolean] = js.undefined)

Value Members

  1. val acquireTimeoutMillis: UndefOr[Int]
  2. val autostart: UndefOr[Boolean]
  3. val fifo: UndefOr[Boolean]
  4. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  5. val idleTimeoutMillis: UndefOr[Int]
  6. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  7. val max: UndefOr[Int]
  8. val min: UndefOr[Int]
  9. val priorityRange: UndefOr[Int]
  10. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  11. def toLocaleString(): String
    Definition Classes
    Object
  12. def valueOf(): Any
    Definition Classes
    Object