Uses of Class
io.vertx.reactivex.sqlclient.Pool
Packages that use Pool
Package
Description
-
Uses of Pool in io.vertx.reactivex.db2client
Methods in io.vertx.reactivex.db2client that return PoolModifier and TypeMethodDescriptionstatic 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 PoolModifier and TypeMethodDescriptionstatic ClientBuilder<Pool> DB2Builder.pool()Provide a builder for DB2 pool of connectionsMethod parameters in io.vertx.reactivex.db2client with type arguments of type PoolModifier and TypeMethodDescriptionstatic 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.jdbcclientModifier and TypeClassDescriptionclassJDBCPool is the interface that allows using the Sql Client API with plain JDBC.Methods in io.vertx.reactivex.jdbcclient that return PoolModifier and TypeMethodDescriptionstatic PoolJDBCPool.pool(Vertx vertx, JDBCConnectOptions connectOptions, PoolOptions poolOptions) Create a JDBC pool which maintains its own data source.static PoolJDBCPool.pool(Vertx vertx, DataSource dataSource, PoolOptions poolOptions) Create a JDBC pool using a pre-initialized data source, note this data source does not need to be a pool. -
Uses of Pool in io.vertx.reactivex.mssqlclient
Methods in io.vertx.reactivex.mssqlclient that return PoolModifier and TypeMethodDescriptionstatic 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 PoolModifier and TypeMethodDescriptionstatic ClientBuilder<Pool> MSSQLBuilder.pool()Provide a builder for MSSQL pool of connectionsMethod parameters in io.vertx.reactivex.mssqlclient with type arguments of type PoolModifier and TypeMethodDescriptionstatic PoolMSSQLBuilder.pool(Handler<ClientBuilder<Pool>> block) Build a pool with the specifiedblockargument. -
Uses of Pool in io.vertx.reactivex.mysqlclient
Methods in io.vertx.reactivex.mysqlclient that return PoolModifier and TypeMethodDescriptionstatic 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 PoolModifier and TypeMethodDescriptionstatic ClientBuilder<Pool> MySQLBuilder.pool()Provide a builder for MySQL pool of connectionsMethod parameters in io.vertx.reactivex.mysqlclient with type arguments of type PoolModifier and TypeMethodDescriptionstatic PoolMySQLBuilder.pool(Handler<ClientBuilder<Pool>> block) Build a pool with the specifiedblockargument. -
Uses of Pool in io.vertx.reactivex.oracleclient
Methods in io.vertx.reactivex.oracleclient that return PoolModifier and TypeMethodDescriptionstatic 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 PoolModifier and TypeMethodDescriptionstatic ClientBuilder<Pool> OracleBuilder.pool()Provide a builder for Oracle pool of connectionsMethod parameters in io.vertx.reactivex.oracleclient with type arguments of type PoolModifier and TypeMethodDescriptionstatic PoolOracleBuilder.pool(Handler<ClientBuilder<Pool>> block) Build a pool with the specifiedblockargument. -
Uses of Pool in io.vertx.reactivex.pgclient
Methods in io.vertx.reactivex.pgclient that return PoolModifier and TypeMethodDescriptionstatic 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 PoolModifier and TypeMethodDescriptionstatic ClientBuilder<Pool> PgBuilder.pool()Provide a builder for PostgreSQL pool of connectionsMethod parameters in io.vertx.reactivex.pgclient with type arguments of type PoolModifier and TypeMethodDescriptionstatic 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 PoolMethods in io.vertx.reactivex.sqlclient that return PoolModifier and TypeMethodDescriptionstatic 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.pool(SqlConnectOptions)with default options.static PoolPool.pool(SqlConnectOptions database, PoolOptions options) LikePool.pool(SqlConnectOptions)with a Vert.x instance created automatically.