Uses of Class
io.vertx.jdbcclient.FetchDirection
-
Packages that use FetchDirection Package Description io.vertx.jdbcclient -
-
Uses of FetchDirection in io.vertx.jdbcclient
Methods in io.vertx.jdbcclient that return FetchDirection Modifier and Type Method Description FetchDirection
SqlOptions. getFetchDirection()
static FetchDirection
FetchDirection. 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.jdbcclient with parameters of type FetchDirection Modifier and Type Method Description JDBCConnectOptions
JDBCConnectOptions. setFetchDirection(FetchDirection fetchDirection)
SqlOptions
SqlOptions. setFetchDirection(FetchDirection fetchDirection)
-