Package | Description |
---|---|
io.vertx.ext.jdbc | |
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 |
---|---|
static JDBCClient |
JDBCClient.create(Vertx vertx,
DataSourceProvider dataSourceProvider)
Create a client using a data source provider
|
Modifier and Type | Method and Description |
---|---|
static DataSourceProvider |
DataSourceProvider.create(DataSource dataSource,
JsonObject config)
Init provider with specific
DataSource and config. |
static DataSourceProvider |
DataSourceProvider.create(JsonObject config) |
default DataSourceProvider |
DataSourceProvider.init(JsonObject sqlConfig)
Init provider with specific configuration
|
Modifier and Type | Method and Description |
---|---|
static Optional<java.util.function.Supplier<DataSourceProvider>> |
DataSourceProvider.loadDefaultDataSourceProvider()
Load a datasource provider form the JVM system properties with the
DEFAULT_DATA_SOURCE_PROVIDER_NAME key. |
Modifier and Type | Field and Description |
---|---|
static java.util.function.Supplier<DataSourceProvider> |
JDBCPool.DEFAULT_DATA_SOURCE_PROVIDER
The default data source provider for this pool,
loaded from JVM system properties with the
DEFAULT_DATA_SOURCE_PROVIDER_NAME key. |
Modifier and Type | Method and Description |
---|---|
static JDBCPool |
JDBCPool.pool(Vertx vertx,
DataSourceProvider dataSourceProvider)
Create a JDBC pool which maintains its own data source.
|
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 | Field and Description |
---|---|
static java.util.function.Supplier<DataSourceProvider> |
JDBCPool.DEFAULT_DATA_SOURCE_PROVIDER
The default data source provider for this pool,
loaded from JVM system properties with the key.
|
Modifier and Type | Method and Description |
---|---|
static JDBCPool |
JDBCPool.pool(Vertx vertx,
DataSourceProvider dataSourceProvider)
Create a JDBC pool which maintains its own data source.
|
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 | Field and Description |
---|---|
static java.util.function.Supplier<DataSourceProvider> |
JDBCPool.DEFAULT_DATA_SOURCE_PROVIDER
The default data source provider for this pool,
loaded from JVM system properties with the key.
|
Modifier and Type | Method and Description |
---|---|
static JDBCPool |
JDBCPool.pool(Vertx vertx,
DataSourceProvider dataSourceProvider)
Create a JDBC pool which maintains its own data source.
|
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 | Field and Description |
---|---|
static java.util.function.Supplier<DataSourceProvider> |
JDBCPool.DEFAULT_DATA_SOURCE_PROVIDER
The default data source provider for this pool,
loaded from JVM system properties with the key.
|
Modifier and Type | Method and Description |
---|---|
static JDBCPool |
JDBCPool.pool(Vertx vertx,
DataSourceProvider dataSourceProvider)
Create a JDBC pool which maintains its own data source.
|
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.