| Package | Description |
|---|---|
| io.vertx.jdbcclient |
| Modifier and Type | Method and Description |
|---|---|
static JDBCPrepareOptions |
JDBCPrepareOptions.createFrom(PrepareOptions options)
Creates a JDBC-specific instance from generic prepare options.
|
JDBCPrepareOptions |
JDBCPrepareOptions.setAutoGeneratedKeys(boolean autoGeneratedKeys)
Sets whether auto-generated keys should be retrieved.
|
JDBCPrepareOptions |
JDBCPrepareOptions.setAutoGeneratedKeysIndexes(JsonArray autoGeneratedKeysIndexes)
Sets the indexes or column names of auto-generated keys to retrieve.
|
| Constructor and Description |
|---|
JDBCPrepareOptions(JDBCPrepareOptions other)
Creates a new instance by copying another instance.
|
Copyright © 2026 Eclipse. All rights reserved.