Uses of Interface
io.vertx.sqlclient.spi.Driver
-
Packages that use Driver Package Description io.vertx.sqlclient -
-
Uses of Driver in io.vertx.sqlclient
Methods in io.vertx.sqlclient with parameters of type Driver Modifier and Type Method Description static ClientBuilder<Pool>ClientBuilder. pool(Driver<?> driver)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
-