Package | Description |
---|---|
io.vertx.reactivex.jdbcclient |
Modifier and Type | Field and Description |
---|---|
static TypeArg<JDBCPool> |
JDBCPool.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static JDBCPool |
JDBCPool.newInstance(io.vertx.jdbcclient.JDBCPool arg) |
static JDBCPool |
JDBCPool.pool(Vertx vertx,
io.vertx.jdbcclient.JDBCConnectOptions connectOptions,
io.vertx.sqlclient.PoolOptions poolOptions)
Create a JDBC pool which maintains its own data source.
|
static JDBCPool |
JDBCPool.pool(Vertx vertx,
io.vertx.core.json.JsonObject config)
Create a JDBC pool which maintains its own data source.
|
Copyright © 2021 Eclipse. All rights reserved.