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