Modifier and Type | Class and Description |
---|---|
class |
DB2Pool
A pool of DB2 connections.
|
Modifier and Type | Method and Description |
---|---|
static Pool |
DB2Builder.pool(Handler<ClientBuilder<Pool>> block)
Build a pool with the specified
block argument. |
Modifier and Type | Method and Description |
---|---|
static ClientBuilder<Pool> |
DB2Builder.pool()
Provide a builder for DB2 pool of connections
|
Modifier and Type | Method and Description |
---|---|
static Pool |
DB2Builder.pool(Handler<ClientBuilder<Pool>> block)
Build a pool with the specified
block argument. |
Modifier and Type | Class and Description |
---|---|
class |
JDBCPool
JDBCPool is the interface that allows using the Sql Client API with plain JDBC.
|
Modifier and Type | Class and Description |
---|---|
class |
MSSQLPool
A of
SQL Server connections . |
Modifier and Type | Method and Description |
---|---|
static Pool |
MSSQLBuilder.pool(Handler<ClientBuilder<Pool>> block)
Build a pool with the specified
block argument. |
Modifier and Type | Method and Description |
---|---|
static ClientBuilder<Pool> |
MSSQLBuilder.pool()
Provide a builder for MSSQL pool of connections
|
Modifier and Type | Method and Description |
---|---|
static Pool |
MSSQLBuilder.pool(Handler<ClientBuilder<Pool>> block)
Build a pool with the specified
block argument. |
Modifier and Type | Class and Description |
---|---|
class |
MySQLPool
A of
MySQL Connections . |
Modifier and Type | Method and Description |
---|---|
static Pool |
MySQLBuilder.pool(Handler<ClientBuilder<Pool>> block)
Build a pool with the specified
block argument. |
Modifier and Type | Method and Description |
---|---|
static ClientBuilder<Pool> |
MySQLBuilder.pool()
Provide a builder for MySQL pool of connections
|
Modifier and Type | Method and Description |
---|---|
static Pool |
MySQLBuilder.pool(Handler<ClientBuilder<Pool>> block)
Build a pool with the specified
block argument. |
Modifier and Type | Class and Description |
---|---|
class |
OraclePool
Represents a pool of connection to interact with an Oracle database.
|
Modifier and Type | Method and Description |
---|---|
static Pool |
OracleBuilder.pool(Handler<ClientBuilder<Pool>> block)
Build a pool with the specified
block argument. |
Modifier and Type | Method and Description |
---|---|
static ClientBuilder<Pool> |
OracleBuilder.pool()
Provide a builder for Oracle pool of connections
|
Modifier and Type | Method and Description |
---|---|
static Pool |
OracleBuilder.pool(Handler<ClientBuilder<Pool>> block)
Build a pool with the specified
block argument. |
Modifier and Type | Class and Description |
---|---|
class |
PgPool
A of
PostgreSQL connections . |
Modifier and Type | Method and Description |
---|---|
static Pool |
PgBuilder.pool(Handler<ClientBuilder<Pool>> block)
Build a pool with the specified
block argument. |
Modifier and Type | Method and Description |
---|---|
static ClientBuilder<Pool> |
PgBuilder.pool()
Provide a builder for PostgreSQL pool of connections
|
Modifier and Type | Method and Description |
---|---|
static Pool |
PgBuilder.pool(Handler<ClientBuilder<Pool>> block)
Build a pool with the specified
block argument. |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Pool> |
Pool.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
Pool |
Pool.connectHandler(Handler<SqlConnection> handler)
Deprecated.
|
Pool |
Pool.connectionProvider(java.util.function.Function<Context,Single<SqlConnection>> provider)
Deprecated.
|
static Pool |
Pool.newInstance(Pool arg) |
static Pool |
Pool.pool(SqlConnectOptions connectOptions)
Like
pool(io.vertx.sqlclient.SqlConnectOptions) with default options. |
static Pool |
Pool.pool(SqlConnectOptions database,
PoolOptions options)
Like
pool(io.vertx.sqlclient.SqlConnectOptions) with a Vert.x instance created automatically. |
static Pool |
Pool.pool(Vertx vertx,
SqlConnectOptions database,
PoolOptions options)
Create a connection pool to the
database with the given options . |
Copyright © 2024 Eclipse. All rights reserved.