Package | Description |
---|---|
io.vertx.ext.jdbc.spi | |
io.vertx.jdbcclient | |
io.vertx.reactivex.jdbcclient | |
io.vertx.rxjava.jdbcclient | |
io.vertx.rxjava3.jdbcclient |
Modifier and Type | Method and Description |
---|---|
default JsonObject |
DataSourceProvider.toJson(JDBCConnectOptions connectOptions,
PoolOptions poolOptions)
Transforms the
JDBCConnectOptions and PoolOptions into a config suitable to be passed
as DataSourceProvider.create(JsonObject) argument. |
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 JDBCPool |
JDBCPool.pool(Vertx vertx,
JDBCConnectOptions connectOptions,
PoolOptions poolOptions)
Create a JDBC pool which maintains its own data source and the
default data source provider . |
static JDBCPool |
JDBCPool.pool(Vertx vertx,
JDBCConnectOptions connectOptions,
PoolOptions poolOptions,
DataSourceProvider provider)
Create a JDBC pool which maintains its own data source, with the specified provider
|
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 and the
#DEFAULT_DATA_SOURCE_PROVIDER default data source provider . |
static JDBCPool |
JDBCPool.pool(Vertx vertx,
JDBCConnectOptions connectOptions,
PoolOptions poolOptions,
DataSourceProvider provider)
Create a JDBC pool which maintains its own data source, with the specified provider
|
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 and the
#DEFAULT_DATA_SOURCE_PROVIDER default data source provider . |
static JDBCPool |
JDBCPool.pool(Vertx vertx,
JDBCConnectOptions connectOptions,
PoolOptions poolOptions,
DataSourceProvider provider)
Create a JDBC pool which maintains its own data source, with the specified provider
|
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 and the
#DEFAULT_DATA_SOURCE_PROVIDER default data source provider . |
static JDBCPool |
JDBCPool.pool(Vertx vertx,
JDBCConnectOptions connectOptions,
PoolOptions poolOptions,
DataSourceProvider provider)
Create a JDBC pool which maintains its own data source, with the specified provider
|
Copyright © 2024 Eclipse. All rights reserved.