Package | Description |
---|---|
io.vertx.rxjava.ext.auth.jdbc | |
io.vertx.rxjava.ext.jdbc |
Modifier and Type | Method and Description |
---|---|
static JDBCAuth |
JDBCAuth.create(JDBCClient client)
Create a JDBC auth provider implementation
|
Modifier and Type | Method and Description |
---|---|
static JDBCClient |
JDBCClient.createNonShared(Vertx vertx,
JsonObject config)
Create a JDBC client which maintains its own data source.
|
static JDBCClient |
JDBCClient.createShared(Vertx vertx,
JsonObject config)
Like
createShared(io.vertx.rxjava.core.Vertx, io.vertx.core.json.JsonObject, java.lang.String) but with the default data source name |
static JDBCClient |
JDBCClient.createShared(Vertx vertx,
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
|
JDBCClient |
JDBCClient.getConnection(Handler<AsyncResult<io.vertx.rxjava.ext.sql.SQLConnection>> handler)
Returns a connection that can be used to perform SQL operations on.
|
static JDBCClient |
JDBCClient.newInstance(JDBCClient arg) |
Copyright © 2015. All Rights Reserved.