Uses of Class
io.vertx.oracleclient.FetchDirection
-
Packages that use FetchDirection Package Description io.vertx.oracleclient -
-
Uses of FetchDirection in io.vertx.oracleclient
Methods in io.vertx.oracleclient that return FetchDirection Modifier and Type Method Description FetchDirectionOracleConnectOptions. getFetchDirection()static FetchDirectionFetchDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static FetchDirection[]FetchDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.oracleclient with parameters of type FetchDirection Modifier and Type Method Description OracleConnectOptionsOracleConnectOptions. setFetchDirection(FetchDirection fetchDirection)
-