Uses of Class
io.vertx.mutiny.mssqlclient.MSSQLPool
Packages that use MSSQLPool
-
Uses of MSSQLPool in io.vertx.mutiny.mssqlclient
Fields in io.vertx.mutiny.mssqlclient with type parameters of type MSSQLPoolMethods in io.vertx.mutiny.mssqlclient that return MSSQLPoolModifier and TypeMethodDescriptionMSSQLPool.connectHandler
(Consumer<SqlConnection> handler) Deprecated.MSSQLPool.connectionProvider
(Function<Context, io.smallrye.mutiny.Uni<SqlConnection>> provider) Deprecated.static MSSQLPool
MSSQLPool.newInstance
(io.vertx.mssqlclient.MSSQLPool arg) Deprecated.static MSSQLPool
MSSQLPool.pool
(io.vertx.mssqlclient.MSSQLConnectOptions database, io.vertx.sqlclient.PoolOptions options) Deprecated.static MSSQLPool
MSSQLPool.pool
(Vertx vertx, io.vertx.mssqlclient.MSSQLConnectOptions database, io.vertx.sqlclient.PoolOptions options) Deprecated.static MSSQLPool
Deprecated.static MSSQLPool
Deprecated.static MSSQLPool
MSSQLPool.pool
(Vertx vertx, Supplier<io.smallrye.mutiny.Uni<io.vertx.mssqlclient.MSSQLConnectOptions>> databases, io.vertx.sqlclient.PoolOptions options) Deprecated.static MSSQLPool
MSSQLPool.pool
(Vertx vertx, List<io.vertx.mssqlclient.MSSQLConnectOptions> databases, io.vertx.sqlclient.PoolOptions options) Deprecated.static MSSQLPool
Deprecated.static MSSQLPool
Deprecated.static MSSQLPool
MSSQLPool.pool
(Supplier<io.smallrye.mutiny.Uni<io.vertx.mssqlclient.MSSQLConnectOptions>> databases, io.vertx.sqlclient.PoolOptions options) Deprecated.static MSSQLPool
MSSQLPool.pool
(List<io.vertx.mssqlclient.MSSQLConnectOptions> databases, io.vertx.sqlclient.PoolOptions options) Deprecated.