Package | Description |
---|---|
io.vertx.ext.sql |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
SQLOptions |
SQLOptions.setResultSetConcurrency(ResultSetConcurrency resultSetConcurrency) |
Copyright © 2021 Eclipse. All rights reserved.