Package | Description |
---|---|
io.vertx.rxjava.jdbcclient |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<JDBCPool> |
JDBCPool.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static JDBCPool |
JDBCPool.newInstance(JDBCPool arg) |
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.
|
Copyright © 2021 Eclipse. All rights reserved.