public interface JDBCPool
extends io.vertx.sqlclient.Pool
Modifier and Type | Field and Description |
---|---|
static io.vertx.sqlclient.PropertyKind<io.vertx.sqlclient.Row> |
GENERATED_KEYS
The property to be used to retrieve the generated keys
|
static io.vertx.sqlclient.PropertyKind<Boolean> |
OUTPUT
The property to be used to retrieve the output of the callable statement
|
Modifier and Type | Method and Description |
---|---|
static JDBCPool |
pool(io.vertx.core.Vertx vertx,
JDBCConnectOptions connectOptions,
io.vertx.sqlclient.PoolOptions poolOptions)
Create a JDBC pool which maintains its own data source.
|
static JDBCPool |
pool(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject config)
Create a JDBC pool which maintains its own data source.
|
static final io.vertx.sqlclient.PropertyKind<io.vertx.sqlclient.Row> GENERATED_KEYS
static final io.vertx.sqlclient.PropertyKind<Boolean> OUTPUT
static JDBCPool pool(io.vertx.core.Vertx vertx, JDBCConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions)
vertx
- the Vert.x instanceconnectOptions
- the options to configure the connectionpoolOptions
- the connection pool optionsstatic JDBCPool pool(io.vertx.core.Vertx vertx, io.vertx.core.json.JsonObject config)
vertx
- the Vert.x instanceconfig
- the options to configure the client using the same format as JDBCClient
Copyright © 2021 Eclipse. All rights reserved.