Uses of Class
io.vertx.mysqlclient.MySQLSetOption
-
Packages that use MySQLSetOption Package Description io.vertx.mysqlclient io.vertx.reactivex.mysqlclient io.vertx.rxjava3.mysqlclient -
-
Uses of MySQLSetOption in io.vertx.mysqlclient
Methods in io.vertx.mysqlclient that return MySQLSetOption Modifier and Type Method 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.Methods in io.vertx.mysqlclient with parameters of type MySQLSetOption Modifier and Type Method Description Future<Void>
MySQLConnection. setOption(MySQLSetOption option)
Send a SET_OPTION command to set options for the current connection. -
Uses of MySQLSetOption in io.vertx.reactivex.mysqlclient
Methods in io.vertx.reactivex.mysqlclient with parameters of type MySQLSetOption Modifier and Type Method Description Completable
MySQLConnection. rxSetOption(MySQLSetOption option)
Send a SET_OPTION command to set options for the current connection.Future<Void>
MySQLConnection. setOption(MySQLSetOption option)
Send a SET_OPTION command to set options for the current connection. -
Uses of MySQLSetOption in io.vertx.rxjava3.mysqlclient
Methods in io.vertx.rxjava3.mysqlclient with parameters of type MySQLSetOption Modifier and Type Method Description Completable
MySQLConnection. rxSetOption(MySQLSetOption option)
Send a SET_OPTION command to set options for the current connection.Completable
MySQLConnection. setOption(MySQLSetOption option)
Send a SET_OPTION command to set options for the current connection.
-