Uses of Class
io.vertx.reactivex.sqlclient.Pool
-
-
Uses of Pool in io.vertx.reactivex.db2client
Subclasses of Pool in io.vertx.reactivex.db2client Modifier and Type Class Description classDB2PoolDeprecated.Methods in io.vertx.reactivex.db2client that return Pool Modifier and Type Method Description static PoolDB2Builder. pool(Handler<ClientBuilder<Pool>> block)Build a pool with the specifiedblockargument.Methods in io.vertx.reactivex.db2client that return types with arguments of type Pool Modifier and Type Method Description static ClientBuilder<Pool>DB2Builder. pool()Provide a builder for DB2 pool of connectionsMethod parameters in io.vertx.reactivex.db2client with type arguments of type Pool Modifier and Type Method Description static PoolDB2Builder. pool(Handler<ClientBuilder<Pool>> block)Build a pool with the specifiedblockargument. -
Uses of Pool in io.vertx.reactivex.jdbcclient
Subclasses of Pool in io.vertx.reactivex.jdbcclient Modifier and Type Class Description classJDBCPoolJDBCPool is the interface that allows using the Sql Client API with plain JDBC. -
Uses of Pool in io.vertx.reactivex.mssqlclient
Subclasses of Pool in io.vertx.reactivex.mssqlclient Modifier and Type Class Description classMSSQLPoolDeprecated.Methods in io.vertx.reactivex.mssqlclient that return Pool Modifier and Type Method Description static PoolMSSQLBuilder. pool(Handler<ClientBuilder<Pool>> block)Build a pool with the specifiedblockargument.Methods in io.vertx.reactivex.mssqlclient that return types with arguments of type Pool Modifier and Type Method Description static ClientBuilder<Pool>MSSQLBuilder. pool()Provide a builder for MSSQL pool of connectionsMethod parameters in io.vertx.reactivex.mssqlclient with type arguments of type Pool Modifier and Type Method Description static PoolMSSQLBuilder. pool(Handler<ClientBuilder<Pool>> block)Build a pool with the specifiedblockargument. -
Uses of Pool in io.vertx.reactivex.mysqlclient
Subclasses of Pool in io.vertx.reactivex.mysqlclient Modifier and Type Class Description classMySQLPoolDeprecated.Methods in io.vertx.reactivex.mysqlclient that return Pool Modifier and Type Method Description static PoolMySQLBuilder. pool(Handler<ClientBuilder<Pool>> block)Build a pool with the specifiedblockargument.Methods in io.vertx.reactivex.mysqlclient that return types with arguments of type Pool Modifier and Type Method Description static ClientBuilder<Pool>MySQLBuilder. pool()Provide a builder for MySQL pool of connectionsMethod parameters in io.vertx.reactivex.mysqlclient with type arguments of type Pool Modifier and Type Method Description static PoolMySQLBuilder. pool(Handler<ClientBuilder<Pool>> block)Build a pool with the specifiedblockargument. -
Uses of Pool in io.vertx.reactivex.oracleclient
Subclasses of Pool in io.vertx.reactivex.oracleclient Modifier and Type Class Description classOraclePoolDeprecated.Methods in io.vertx.reactivex.oracleclient that return Pool Modifier and Type Method Description static PoolOracleBuilder. pool(Handler<ClientBuilder<Pool>> block)Build a pool with the specifiedblockargument.Methods in io.vertx.reactivex.oracleclient that return types with arguments of type Pool Modifier and Type Method Description static ClientBuilder<Pool>OracleBuilder. pool()Provide a builder for Oracle pool of connectionsMethod parameters in io.vertx.reactivex.oracleclient with type arguments of type Pool Modifier and Type Method Description static PoolOracleBuilder. pool(Handler<ClientBuilder<Pool>> block)Build a pool with the specifiedblockargument. -
Uses of Pool in io.vertx.reactivex.pgclient
Subclasses of Pool in io.vertx.reactivex.pgclient Modifier and Type Class Description classPgPoolDeprecated.Methods in io.vertx.reactivex.pgclient that return Pool Modifier and Type Method Description static PoolPgBuilder. pool(Handler<ClientBuilder<Pool>> block)Build a pool with the specifiedblockargument.Methods in io.vertx.reactivex.pgclient that return types with arguments of type Pool Modifier and Type Method Description static ClientBuilder<Pool>PgBuilder. pool()Provide a builder for PostgreSQL pool of connectionsMethod parameters in io.vertx.reactivex.pgclient with type arguments of type Pool Modifier and Type Method Description static PoolPgBuilder. pool(Handler<ClientBuilder<Pool>> block)Build a pool with the specifiedblockargument. -
Uses of Pool in io.vertx.reactivex.sqlclient
Fields in io.vertx.reactivex.sqlclient with type parameters of type Pool Modifier and Type Field Description static TypeArg<Pool>Pool. __TYPE_ARGMethods in io.vertx.reactivex.sqlclient that return Pool Modifier and Type Method Description PoolPool. connectHandler(Handler<SqlConnection> handler)Deprecated.PoolPool. connectionProvider(io.reactivex.functions.Function<Context,io.reactivex.Single<SqlConnection>> provider)Deprecated.PoolPool. connectionProvider(Function<Context,Future<SqlConnection>> provider)Deprecated.static PoolPool. newInstance(Pool arg)static PoolPool. pool(Vertx vertx, SqlConnectOptions database, PoolOptions options)Create a connection pool to thedatabasewith the givenoptions.static PoolPool. pool(SqlConnectOptions connectOptions)Likepool(io.vertx.sqlclient.SqlConnectOptions)with default options.static PoolPool. pool(SqlConnectOptions database, PoolOptions options)Likepool(io.vertx.sqlclient.SqlConnectOptions)with a Vert.x instance created automatically.
-