Package | Description |
---|---|
io.vertx.jdbcclient | |
io.vertx.reactivex.jdbcclient | |
io.vertx.rxjava.jdbcclient |
Modifier and Type | Method and Description |
---|---|
JDBCConnectOptions |
JDBCConnectOptions.setConnectTimeout(int connectTimeout) |
JDBCConnectOptions |
JDBCConnectOptions.setDatabase(String database) |
JDBCConnectOptions |
JDBCConnectOptions.setDataSourceImplementation(String dataSourceImplementation) |
JDBCConnectOptions |
JDBCConnectOptions.setIdleTimeout(int idleTimeout) |
JDBCConnectOptions |
JDBCConnectOptions.setJdbcUrl(String jdbcUrl) |
JDBCConnectOptions |
JDBCConnectOptions.setMetricsEnabled(boolean metricsEnabled) |
JDBCConnectOptions |
JDBCConnectOptions.setPassword(String password) |
JDBCConnectOptions |
JDBCConnectOptions.setTracingPolicy(TracingPolicy tracingPolicy)
Set the tracing policy for the client behavior when Vert.x has tracing enabled.
|
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.
|
Copyright © 2021 Eclipse. All rights reserved.