Uses of Interface
io.vertx.sqlclient.spi.Driver
-
Packages that use Driver Package Description io.vertx.db2client.spi io.vertx.mssqlclient.spi io.vertx.mysqlclient.spi io.vertx.oracleclient.spi io.vertx.pgclient.spi io.vertx.sqlclient -
-
Uses of Driver in io.vertx.db2client.spi
Classes in io.vertx.db2client.spi that implement Driver Modifier and Type Class Description class
DB2Driver
-
Uses of Driver in io.vertx.mssqlclient.spi
Classes in io.vertx.mssqlclient.spi that implement Driver Modifier and Type Class Description class
MSSQLDriver
-
Uses of Driver in io.vertx.mysqlclient.spi
Classes in io.vertx.mysqlclient.spi that implement Driver Modifier and Type Class Description class
MySQLDriver
-
Uses of Driver in io.vertx.oracleclient.spi
Classes in io.vertx.oracleclient.spi that implement Driver Modifier and Type Class Description class
OracleDriver
-
Uses of Driver in io.vertx.pgclient.spi
Classes in io.vertx.pgclient.spi that implement Driver Modifier and Type Class Description class
PgDriver
-
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 specifiedDriver
static Pool
ClientBuilder. pool(Driver<?> driver, Handler<ClientBuilder<Pool>> block)
Build a pool with the specifiedblock
argument andDriver
Theblock
argument is usually a lambda that configures the provided builder
-