Package | Description |
---|---|
io.vertx.ext.sql | |
io.vertx.jdbcclient |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
SQLOptions |
SQLOptions.setResultSetType(ResultSetType resultSetType) |
Modifier and Type | Method and Description |
---|---|
JDBCConnectOptions |
JDBCConnectOptions.setResultSetType(ResultSetType resultSetType) |
Copyright © 2023 Eclipse. All rights reserved.