Packages

p

io.vertx.scala

mysqlclient

package mysqlclient

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class MySQLAuthOptions extends AnyRef

    Authentication options for MySQL authentication which can be used for CHANGE_USER command.

  2. class MySQLClient extends AnyRef

    An interface to define MySQL specific constants or behaviors.

  3. class MySQLConnectOptions extends SqlConnectOptions

    Connect options for configuring io.vertx.scala.mysqlclient.MySQLConnection or io.vertx.scala.mysqlclient.MySQLPool.

  4. class MySQLConnection extends SqlConnection

    A connection to MySQL server.

  5. class MySQLPool extends Pool

    A pool of MySQL connections.

Ungrouped