| Interface | Description |
|---|---|
| MySQLConnection |
A connection to MySQL server.
|
| MySQLPool |
A pool of MySQL connections.
|
| Class | Description |
|---|---|
| MySQLConnectOptions |
Connect options for configuring
MySQLConnection or MySQLPool. |
| MySQLConnectOptionsConverter |
Converter for
MySQLConnectOptions. |
| Enum | Description |
|---|---|
| MySQLSetOption |
MySQL set options which can be used by
MySQLConnection.setOption(MySQLSetOption, Handler). |
| Exception | Description |
|---|---|
| MySQLException |
A
RuntimeException signals that an error occurred. |
Copyright © 2019 Eclipse. All rights reserved.