| Interface | Description | 
|---|---|
| MySQLClient | 
 An interface to define MySQL specific constants or behaviors. 
 | 
| MySQLConnection | 
 A connection to MySQL server. 
 | 
| MySQLPool | 
 A pool of MySQL connections. 
 | 
| Class | Description | 
|---|---|
| MySQLAuthOptions | 
 Authentication options for MySQL authentication which can be used for CHANGE_USER command. 
 | 
| MySQLAuthOptionsConverter | 
 Converter for  
MySQLAuthOptions. | 
| 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). | 
| SslMode | 
 This parameter specifies the desired security state of the connection to the server. 
 | 
| Exception | Description | 
|---|---|
| MySQLException | 
 A  
RuntimeException signals that an error occurred. | 
Copyright © 2020 Eclipse. All rights reserved.