trait Pool extends Object with IEventEmitter

MySQL Pool

Annotations
@RawJSType() @native()
Linear Supertypes
IEventEmitter, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Pool
  2. IEventEmitter
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def addListener(eventName: String, listener: Function): Pool.this.type
    Definition Classes
    IEventEmitter
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val domain: String
    Definition Classes
    IEventEmitter
  8. def emit(name: String, args: Any*): Any
    Definition Classes
    IEventEmitter
  9. def end(callback: Function): Unit

    When you are done using the pool, you have to end all the connections or the Node.js event loop will stay active until the connections are closed by the MySQL server.

    When you are done using the pool, you have to end all the connections or the Node.js event loop will stay active until the connections are closed by the MySQL server. This is typically done if the pool is used in a script or when trying to gracefully shutdown a server.

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def getConnection(callback: Function): Unit
  15. def getMaxListeners(): Int
    Definition Classes
    IEventEmitter
  16. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  20. def listenerCount(eventName: String): Int
    Definition Classes
    IEventEmitter
  21. def listeners(eventName: String): Array[Function]
    Definition Classes
    IEventEmitter
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  25. def on(eventName: String, listener: Function): Pool.this.type
    Definition Classes
    IEventEmitter
  26. def once(eventName: String, listener: Function): Pool.this.type
    Definition Classes
    IEventEmitter
  27. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  28. def removeAllListeners(): Pool.this.type
    Definition Classes
    IEventEmitter
  29. def removeAllListeners(eventName: String): Pool.this.type
    Definition Classes
    IEventEmitter
  30. def removeListener(eventName: String, listener: Function): Pool.this.type
    Definition Classes
    IEventEmitter
  31. def setMaxListeners(n: Int): Pool.this.type
    Definition Classes
    IEventEmitter
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toLocaleString(): String
    Definition Classes
    Object
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. val usingDomains: Boolean
    Definition Classes
    IEventEmitter
  36. def valueOf(): Any
    Definition Classes
    Object
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from IEventEmitter

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped