class PoolOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PoolOptions
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
- val acquireTimeoutMillis: UndefOr[Int]
- val autostart: UndefOr[Boolean]
- val fifo: UndefOr[Boolean]
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val idleTimeoutMillis: UndefOr[Int]
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val max: UndefOr[Int]
- val min: UndefOr[Int]
- val priorityRange: UndefOr[Int]
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
valueOf(): Any
- Definition Classes
- Object