Uses of Class
io.vertx.rxjava.ext.jdbc.JDBCClient
-
Packages that use JDBCClient Package Description io.vertx.rxjava.ext.auth.jdbc io.vertx.rxjava.ext.jdbc io.vertx.rxjava.servicediscovery.types -
-
Uses of JDBCClient in io.vertx.rxjava.ext.auth.jdbc
Methods in io.vertx.rxjava.ext.auth.jdbc with parameters of type JDBCClient Modifier and Type Method Description static JDBCAuth
JDBCAuth. create(Vertx vertx, JDBCClient client)
Deprecated.static JDBCAuthentication
JDBCAuthentication. create(JDBCClient client, JDBCAuthenticationOptions options)
Deprecated.static JDBCAuthentication
JDBCAuthentication. create(JDBCClient client, JDBCHashStrategy hashStrategy, JDBCAuthenticationOptions options)
Deprecated.static JDBCAuthorization
JDBCAuthorization. create(String providerId, JDBCClient client, JDBCAuthorizationOptions options)
Deprecated.static JDBCUserUtil
JDBCUserUtil. create(JDBCClient client)
Deprecated.static JDBCUserUtil
JDBCUserUtil. create(JDBCClient client, String insertUserSQL, String insertUserRoleSQL, String insertRolePermissionSQL)
Deprecated. -
Uses of JDBCClient in io.vertx.rxjava.ext.jdbc
Fields in io.vertx.rxjava.ext.jdbc with type parameters of type JDBCClient Modifier and Type Field Description static TypeArg<JDBCClient>
JDBCClient. __TYPE_ARG
Methods in io.vertx.rxjava.ext.jdbc that return JDBCClient Modifier and Type Method Description static JDBCClient
JDBCClient. create(Vertx vertx, JsonObject config)
Create a JDBC client which maintains its own data source.static JDBCClient
JDBCClient. createShared(Vertx vertx, JsonObject config)
LikecreateShared(io.vertx.rxjava.core.Vertx, io.vertx.core.json.JsonObject, java.lang.String)
but with the default data source namestatic 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 namestatic JDBCClient
JDBCClient. newInstance(JDBCClient arg)
-
Uses of JDBCClient in io.vertx.rxjava.servicediscovery.types
Methods in io.vertx.rxjava.servicediscovery.types that return types with arguments of type JDBCClient Modifier and Type Method Description static rx.Single<JDBCClient>
JDBCDataSource. rxGetJDBCClient(ServiceDiscovery discovery, JsonObject filter)
Convenient method that looks for a JDBC datasource source and provides the configuredJDBCClient
.static rx.Single<JDBCClient>
JDBCDataSource. rxGetJDBCClient(ServiceDiscovery discovery, JsonObject filter, JsonObject consumerConfiguration)
Convenient method that looks for a JDBC datasource source and provides the configuredJDBCClient
.static rx.Single<JDBCClient>
JDBCDataSource. rxGetJDBCClient(ServiceDiscovery discovery, Function<Record,Boolean> filter)
Convenient method that looks for a JDBC datasource source and provides the configuredJDBCClient
.static rx.Single<JDBCClient>
JDBCDataSource. rxGetJDBCClient(ServiceDiscovery discovery, Function<Record,Boolean> filter, JsonObject consumerConfiguration)
Convenient method that looks for a JDBC datasource source and provides the configuredJDBCClient
.Method parameters in io.vertx.rxjava.servicediscovery.types with type arguments of type JDBCClient Modifier and Type Method Description static void
JDBCDataSource. getJDBCClient(ServiceDiscovery discovery, JsonObject filter, Handler<AsyncResult<JDBCClient>> resultHandler)
Convenient method that looks for a JDBC datasource source and provides the configuredJDBCClient
.static void
JDBCDataSource. getJDBCClient(ServiceDiscovery discovery, JsonObject filter, JsonObject consumerConfiguration, Handler<AsyncResult<JDBCClient>> resultHandler)
Convenient method that looks for a JDBC datasource source and provides the configuredJDBCClient
.static void
JDBCDataSource. getJDBCClient(ServiceDiscovery discovery, Function<Record,Boolean> filter, Handler<AsyncResult<JDBCClient>> resultHandler)
Convenient method that looks for a JDBC datasource source and provides the configuredJDBCClient
.static void
JDBCDataSource. getJDBCClient(ServiceDiscovery discovery, Function<Record,Boolean> filter, JsonObject consumerConfiguration, Handler<AsyncResult<JDBCClient>> resultHandler)
Convenient method that looks for a JDBC datasource source and provides the configuredJDBCClient
.
-