Uses of Enum
io.vertx.jdbcclient.ResultSetConcurrency
Packages that use ResultSetConcurrency
-
Uses of ResultSetConcurrency in io.vertx.jdbcclient
Subclasses with type arguments of type ResultSetConcurrency in io.vertx.jdbcclientModifier and TypeClassDescriptionenumRepresents the resultset concurrency hintMethods in io.vertx.jdbcclient that return ResultSetConcurrencyModifier and TypeMethodDescriptionSqlOptions.getResultSetConcurrency()static ResultSetConcurrencyReturns 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 ResultSetConcurrencyModifier and TypeMethodDescriptionJDBCConnectOptions.setResultSetConcurrency(ResultSetConcurrency resultSetConcurrency) SqlOptions.setResultSetConcurrency(ResultSetConcurrency resultSetConcurrency)