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,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
Send a SET_OPTION command to set options for the current connection.
|
Copyright © 2020 Eclipse. All rights reserved.