Package | Description |
---|---|
io.vertx.mysqlclient | |
io.vertx.rxjava.mysqlclient |
Class and Description |
---|
MySQLAuthenticationPlugin
MySQL authentication plugins which can be specified at the connection start, more information could be found in MySQL Reference Manual.
|
MySQLAuthOptions
Authentication options for MySQL authentication which can be used for CHANGE_USER command.
|
MySQLConnection
An interface which represents a connection to MySQL server.
|
MySQLConnectOptions
Connect options for configuring
MySQLConnection or MySQLPool . |
MySQLPool
A
pool of MySQL Connections . |
MySQLSetOption
MySQL set options which can be used by
MySQLConnection.setOption(MySQLSetOption, Handler) . |
SslMode
This parameter specifies the desired security state of the connection to the server.
|
Class and Description |
---|
MySQLClient
An interface to define MySQL specific constants or behaviors.
|
Copyright © 2021 Eclipse. All rights reserved.