| Package | Description |
|---|---|
| io.vertx.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 |
|---|---|
MySQLConnection |
MySQLConnection.setOption(MySQLSetOption option,
Handler<AsyncResult<Void>> handler)
Send a SET_OPTION command to set options for the current connection.
|
Copyright © 2019 Eclipse. All rights reserved.