Package | Description |
---|---|
io.vertx.ext.jdbc |
Modifier and Type | Method and Description |
---|---|
static JDBCClient |
JDBCClient.create(io.vertx.core.Vertx vertx,
DataSource dataSource)
Create a client using a pre-existing data source
|
static JDBCClient |
JDBCClient.create(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject config)
Create a JDBC client which maintains its own data source.
|
static JDBCClient |
JDBCClient.createShared(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject config)
Like
createShared(io.vertx.core.Vertx, JsonObject, String) but with the default data source name |
static JDBCClient |
JDBCClient.createShared(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject config,
String dataSourceName)
Create a JDBC client which shares its data source with any other JDBC clients created with the same
data source name
|
Copyright © 2021 Eclipse. All rights reserved.