Package | Description |
---|---|
io.vertx.jdbcclient | |
io.vertx.reactivex.jdbcclient | |
io.vertx.rxjava.jdbcclient |
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.
|
static JDBCPool |
JDBCPool.pool(Vertx vertx,
JsonObject config)
Create a JDBC pool which maintains its own data source.
|
Modifier and Type | Method and Description |
---|---|
JDBCPool |
JDBCPool.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static JDBCPool |
JDBCPool.newInstance(JDBCPool arg) |
Constructor and Description |
---|
JDBCPool(JDBCPool delegate) |
Modifier and Type | Method and Description |
---|---|
JDBCPool |
JDBCPool.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static JDBCPool |
JDBCPool.newInstance(JDBCPool arg) |
Constructor and Description |
---|
JDBCPool(JDBCPool delegate) |
Copyright © 2021 Eclipse. All rights reserved.