Package

org.scalajs.nodejs

mysql

Permalink

package mysql

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. mysql
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Connection extends Object with EventEmitter

    Permalink
    Annotations
    @RawJSType() @native()
  2. class ConnectionOptions extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  3. trait FieldPacket extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  4. trait MySQL extends Object with NodeModule with EventEmitter

    Permalink
    Annotations
    @RawJSType() @native()
  5. trait Pool extends Object with EventEmitter

    Permalink
    Annotations
    @RawJSType() @native()
  6. trait PoolCluster extends Object with EventEmitter

    Permalink
    Annotations
    @RawJSType() @native()
  7. class PoolClusterOptions extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  8. class PoolOptions extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  9. trait Query extends Object with EventEmitter

    Permalink
    Annotations
    @RawJSType() @native()
  10. class QueryOptions extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  11. trait QueryResult extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  12. type RowDataPacket = Any

    Permalink
  13. class SSLOptions extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  14. implicit final class StreamExtensions extends AnyVal

    Permalink
  15. class StreamOptions extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()

Value Members

  1. object Connection

    Permalink
  2. object MySQL

    Permalink
  3. object Pool

    Permalink
  4. object PoolCluster

    Permalink
  5. object PoolClusterOptions

    Permalink
  6. object Query

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped