Uses of Interface
io.vertx.sqlclient.spi.Driver
Packages that use Driver
Package
Description
-
Uses of Driver in io.vertx.db2client.spi
Classes in io.vertx.db2client.spi that implement Driver -
Uses of Driver in io.vertx.mssqlclient.spi
Classes in io.vertx.mssqlclient.spi that implement Driver -
Uses of Driver in io.vertx.mysqlclient.spi
Classes in io.vertx.mysqlclient.spi that implement Driver -
Uses of Driver in io.vertx.oracleclient.spi
Classes in io.vertx.oracleclient.spi that implement Driver -
Uses of Driver in io.vertx.pgclient.spi
Classes in io.vertx.pgclient.spi that implement Driver -
Uses of Driver in io.vertx.sqlclient
Methods in io.vertx.sqlclient with parameters of type DriverModifier and TypeMethodDescriptionstatic ClientBuilder<Pool> Provide a builder for a pool of connections for the specifiedDriverstatic PoolClientBuilder.pool(Driver<?> driver, Handler<ClientBuilder<Pool>> block) Build a pool with the specifiedblockargument andDriverTheblockargument is usually a lambda that configures the provided builder -
Uses of Driver in io.vertx.sqlclient.spi
Classes in io.vertx.sqlclient.spi that implement Driver