Uses of Class
io.vertx.jdbcclient.ResultSetType
-
Packages that use ResultSetType Package Description io.vertx.jdbcclient -
-
Uses of ResultSetType in io.vertx.jdbcclient
Methods in io.vertx.jdbcclient that return ResultSetType Modifier and Type Method Description ResultSetType
SqlOptions. getResultSetType()
static ResultSetType
ResultSetType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResultSetType[]
ResultSetType. 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 ResultSetType Modifier and Type Method Description JDBCConnectOptions
JDBCConnectOptions. setResultSetType(ResultSetType resultSetType)
SqlOptions
SqlOptions. setResultSetType(ResultSetType resultSetType)
-