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 classDB2PoolA pool of DB2 connections.Methods in io.vertx.reactivex.db2client that return Pool Modifier and Type Method Description static PoolDB2Builder. pool(io.vertx.core.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(io.vertx.core.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 classMSSQLPoolA ofSQL Server connections.Methods in io.vertx.reactivex.mssqlclient that return Pool Modifier and Type Method Description static PoolMSSQLBuilder. pool(io.vertx.core.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(io.vertx.core.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 classMySQLPoolA ofMySQL Connections.Methods in io.vertx.reactivex.mysqlclient that return Pool Modifier and Type Method Description static PoolMySQLBuilder. pool(io.vertx.core.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(io.vertx.core.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 classOraclePoolRepresents a pool of connection to interact with an Oracle database.Methods in io.vertx.reactivex.oracleclient that return Pool Modifier and Type Method Description static PoolOracleBuilder. pool(io.vertx.core.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(io.vertx.core.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 classPgPoolA ofPostgreSQL connections.Methods in io.vertx.reactivex.pgclient that return Pool Modifier and Type Method Description static PoolPgBuilder. pool(io.vertx.core.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(io.vertx.core.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(io.vertx.core.Handler<SqlConnection> handler)Deprecated.PoolPool. connectionProvider(io.reactivex.functions.Function<Context,io.reactivex.Single<SqlConnection>> provider)Deprecated.PoolPool. connectionProvider(Function<Context,io.vertx.core.Future<SqlConnection>> provider)Deprecated.static PoolPool. newInstance(io.vertx.sqlclient.Pool arg)static PoolPool. pool(Vertx vertx, io.vertx.sqlclient.SqlConnectOptions database, io.vertx.sqlclient.PoolOptions options)Create a connection pool to thedatabasewith the givenoptions.static PoolPool. pool(io.vertx.sqlclient.SqlConnectOptions connectOptions)Likepool(io.vertx.sqlclient.SqlConnectOptions)with default options.static PoolPool. pool(io.vertx.sqlclient.SqlConnectOptions database, io.vertx.sqlclient.PoolOptions options)Likepool(io.vertx.sqlclient.SqlConnectOptions)with a Vert.x instance created automatically.
-