Package | Description |
---|---|
io.vertx.jdbcclient | |
io.vertx.reactivex.jdbcclient | |
io.vertx.rxjava.jdbcclient | |
io.vertx.rxjava3.jdbcclient |
Modifier and Type | Method and Description |
---|---|
JDBCConnectOptions |
JDBCConnectOptions.setAutoGeneratedKeys(boolean autoGeneratedKeys) |
JDBCConnectOptions |
JDBCConnectOptions.setAutoGeneratedKeysIndexes(JsonArray autoGeneratedKeysIndexes) |
JDBCConnectOptions |
JDBCConnectOptions.setCatalog(String catalog) |
JDBCConnectOptions |
JDBCConnectOptions.setConnectTimeout(int connectTimeout) |
JDBCConnectOptions |
JDBCConnectOptions.setDatabase(String database) |
JDBCConnectOptions |
JDBCConnectOptions.setDataSourceImplementation(String dataSourceImplementation) |
JDBCConnectOptions |
JDBCConnectOptions.setFetchDirection(FetchDirection fetchDirection) |
JDBCConnectOptions |
JDBCConnectOptions.setFetchSize(int fetchSize) |
JDBCConnectOptions |
JDBCConnectOptions.setIdleTimeout(int idleTimeout) |
JDBCConnectOptions |
JDBCConnectOptions.setJdbcUrl(String jdbcUrl) |
JDBCConnectOptions |
JDBCConnectOptions.setMaxRows(int maxRows) |
JDBCConnectOptions |
JDBCConnectOptions.setMetricsEnabled(boolean metricsEnabled) |
JDBCConnectOptions |
JDBCConnectOptions.setPassword(String password) |
JDBCConnectOptions |
JDBCConnectOptions.setQueryTimeout(int queryTimeout) |
JDBCConnectOptions |
JDBCConnectOptions.setReadOnly(boolean readOnly) |
JDBCConnectOptions |
JDBCConnectOptions.setResultSetConcurrency(ResultSetConcurrency resultSetConcurrency) |
JDBCConnectOptions |
JDBCConnectOptions.setResultSetType(ResultSetType resultSetType) |
JDBCConnectOptions |
JDBCConnectOptions.setSchema(String schema) |
JDBCConnectOptions |
JDBCConnectOptions.setTracingPolicy(TracingPolicy tracingPolicy)
Set the tracing policy for the client behavior when Vert.x has tracing enabled.
|
JDBCConnectOptions |
JDBCConnectOptions.setTransactionIsolation(TransactionIsolation transactionIsolation) |
JDBCConnectOptions |
JDBCConnectOptions.setUser(String user) |
Modifier and Type | Method and Description |
---|---|
static void |
JDBCConnectOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
JDBCConnectOptions obj) |
static JDBCPool |
JDBCPool.pool(Vertx vertx,
JDBCConnectOptions connectOptions,
PoolOptions poolOptions)
Create a JDBC pool which maintains its own data source.
|
static void |
JDBCConnectOptionsConverter.toJson(JDBCConnectOptions obj,
JsonObject json) |
static void |
JDBCConnectOptionsConverter.toJson(JDBCConnectOptions obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
static JDBCPool |
JDBCPool.pool(Vertx vertx,
JDBCConnectOptions connectOptions,
PoolOptions poolOptions)
Create a JDBC pool which maintains its own data source.
|
Modifier and Type | Method and Description |
---|---|
static JDBCPool |
JDBCPool.pool(Vertx vertx,
JDBCConnectOptions connectOptions,
PoolOptions poolOptions)
Create a JDBC pool which maintains its own data source.
|
Modifier and Type | Method and Description |
---|---|
static JDBCPool |
JDBCPool.pool(Vertx vertx,
JDBCConnectOptions connectOptions,
PoolOptions poolOptions)
Create a JDBC pool which maintains its own data source.
|
Copyright © 2023 Eclipse. All rights reserved.