Uses of Enum
io.vertx.mysqlclient.MySQLSetOption
Packages that use MySQLSetOption
Package
Description
-
Uses of MySQLSetOption in io.vertx.mysqlclient
Subclasses with type arguments of type MySQLSetOption in io.vertx.mysqlclientModifier and TypeClassDescriptionenumMySQL set options which can be used byMySQLConnection.setOption(MySQLSetOption).Methods in io.vertx.mysqlclient that return MySQLSetOptionModifier and TypeMethodDescriptionstatic MySQLSetOptionReturns 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 MySQLSetOptionModifier and TypeMethodDescriptionMySQLConnection.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 MySQLSetOptionModifier and TypeMethodDescriptionMySQLConnection.rxSetOption(MySQLSetOption option) Send a SET_OPTION command to set options for the current connection.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 MySQLSetOptionModifier and TypeMethodDescriptionMySQLConnection.rxSetOption(MySQLSetOption option) Send a SET_OPTION command to set options for the current connection.MySQLConnection.setOption(MySQLSetOption option) Send a SET_OPTION command to set options for the current connection.