| Package | Description | 
|---|---|
| io.vertx.mysqlclient | |
| io.vertx.reactivex.mysqlclient | |
| io.vertx.rxjava.mysqlclient | 
| Modifier and Type | Method and Description | 
|---|---|
static MySQLSetOption | 
MySQLSetOption.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static MySQLSetOption[] | 
MySQLSetOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<Void> | 
MySQLConnection.setOption(MySQLSetOption option)
Like  
MySQLConnection.setOption(MySQLSetOption, Handler) but returns a Future of the asynchronous result | 
MySQLConnection | 
MySQLConnection.setOption(MySQLSetOption option,
         Handler<AsyncResult<Void>> handler)
Send a SET_OPTION command to set options for the current connection. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Completable | 
MySQLConnection.rxSetOption(MySQLSetOption option)
Send a SET_OPTION command to set options for the current connection. 
 | 
MySQLConnection | 
MySQLConnection.setOption(MySQLSetOption option)
Send a SET_OPTION command to set options for the current connection. 
 | 
MySQLConnection | 
MySQLConnection.setOption(MySQLSetOption option,
         Handler<AsyncResult<Void>> handler)
Send a SET_OPTION command to set options for the current connection. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Single<Void> | 
MySQLConnection.rxSetOption(MySQLSetOption option)
Send a SET_OPTION command to set options for the current connection. 
 | 
MySQLConnection | 
MySQLConnection.setOption(MySQLSetOption option)
Send a SET_OPTION command to set options for the current connection. 
 | 
MySQLConnection | 
MySQLConnection.setOption(MySQLSetOption option,
         Handler<AsyncResult<Void>> handler)
Send a SET_OPTION command to set options for the current connection. 
 | 
Copyright © 2020 Eclipse. All rights reserved.