Uses of Class
io.vertx.rxjava3.sqlclient.Pool
-
-
Uses of Pool in io.vertx.rxjava3.db2client
Subclasses of Pool in io.vertx.rxjava3.db2client Modifier and Type Class Description classDB2PoolA pool of DB2 connections. -
Uses of Pool in io.vertx.rxjava3.jdbcclient
Subclasses of Pool in io.vertx.rxjava3.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.rxjava3.mssqlclient
Subclasses of Pool in io.vertx.rxjava3.mssqlclient Modifier and Type Class Description classMSSQLPoolA ofSQL Server connections. -
Uses of Pool in io.vertx.rxjava3.mysqlclient
Subclasses of Pool in io.vertx.rxjava3.mysqlclient Modifier and Type Class Description classMySQLPoolA ofMySQL Connections. -
Uses of Pool in io.vertx.rxjava3.oracleclient
Subclasses of Pool in io.vertx.rxjava3.oracleclient Modifier and Type Class Description classOraclePoolRepresents a pool of connection to interact with an Oracle database. -
Uses of Pool in io.vertx.rxjava3.pgclient
Subclasses of Pool in io.vertx.rxjava3.pgclient Modifier and Type Class Description classPgPoolA ofPostgreSQL connections. -
Uses of Pool in io.vertx.rxjava3.sqlclient
Fields in io.vertx.rxjava3.sqlclient with type parameters of type Pool Modifier and Type Field Description static TypeArg<Pool>Pool. __TYPE_ARGMethods in io.vertx.rxjava3.sqlclient that return Pool Modifier and Type Method Description PoolPool. connectHandler(Handler<SqlConnection> handler)Set an handler called when the pool has established a connection to the database.PoolPool. connectionProvider(Function<Context,io.reactivex.rxjava3.core.Single<SqlConnection>> provider)Replace the default pool connection provider, the newproviderreturns a future connection for a given .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.
-