Package | Description |
---|---|
io.vertx.db2client.spi | |
io.vertx.mssqlclient.spi | |
io.vertx.mysqlclient.spi | |
io.vertx.pgclient.spi | |
io.vertx.sqlclient |
Modifier and Type | Class and Description |
---|---|
class |
DB2Driver |
Modifier and Type | Class and Description |
---|---|
class |
MSSQLDriver |
Modifier and Type | Class and Description |
---|---|
class |
MySQLDriver |
Modifier and Type | Class and Description |
---|---|
class |
PgDriver |
Modifier and Type | Method and Description |
---|---|
static ClientBuilder<Pool> |
ClientBuilder.pool(Driver driver)
Provide a builder for a pool of connections for the specified
Driver |
static Pool |
ClientBuilder.pool(Driver driver,
Handler<ClientBuilder<Pool>> block)
Build a pool with the specified
block argument and Driver
The block argument is usually a lambda that configures the provided builder |
Copyright © 2024 Eclipse. All rights reserved.