Uses of Enum
io.vertx.jdbcclient.FetchDirection
Packages that use FetchDirection
-
Uses of FetchDirection in io.vertx.jdbcclient
Subclasses with type arguments of type FetchDirection in io.vertx.jdbcclientMethods in io.vertx.jdbcclient that return FetchDirectionModifier and TypeMethodDescriptionSqlOptions.getFetchDirection()static FetchDirectionReturns 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.jdbcclient with parameters of type FetchDirectionModifier and TypeMethodDescriptionJDBCConnectOptions.setFetchDirection(FetchDirection fetchDirection) SqlOptions.setFetchDirection(FetchDirection fetchDirection)