Modifier and Type | Field and Description |
---|---|
static PropertyKind<Row> |
GENERATED_KEYS
The property to be used to retrieve the generated keys
|
static 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(Vertx vertx,
JDBCConnectOptions connectOptions,
PoolOptions poolOptions)
Create a JDBC pool which maintains its own data source.
|
static JDBCPool |
pool(Vertx vertx,
JsonObject config)
Create a JDBC pool which maintains its own data source.
|
close, connectHandler, connectionProvider, getConnection, getConnection, pool, pool, pool, preparedQuery, query, size, withConnection, withConnection, withTransaction, withTransaction
static final PropertyKind<Row> GENERATED_KEYS
static final PropertyKind<Boolean> OUTPUT
static JDBCPool pool(Vertx vertx, JDBCConnectOptions connectOptions, PoolOptions poolOptions)
vertx
- the Vert.x instanceconnectOptions
- the options to configure the connectionpoolOptions
- the connection pool optionsstatic JDBCPool pool(Vertx vertx, 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.