| 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 JDBCPool | 
JDBCPool.pool(Vertx vertx,
    DataSourceProvider dataSourceProvider)
Create a JDBC pool which maintains its own data source. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static JDBCPool | 
JDBCPool.pool(Vertx vertx,
    DataSourceProvider dataSourceProvider)
Create a JDBC pool which maintains its own data source. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static JDBCPool | 
JDBCPool.pool(Vertx vertx,
    DataSourceProvider dataSourceProvider)
Create a JDBC pool which maintains its own data source. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static JDBCPool | 
JDBCPool.pool(Vertx vertx,
    DataSourceProvider dataSourceProvider)
Create a JDBC pool which maintains its own data source. 
 | 
Copyright © 2023 Eclipse. All rights reserved.