Modifier and Type | Interface and Description |
---|---|
interface |
DB2Pool
A pool of DB2 connections.
|
Modifier and Type | Method and Description |
---|---|
Pool |
DB2Driver.createPool(SqlConnectOptions options,
PoolOptions poolOptions) |
Pool |
DB2Driver.createPool(Vertx vertx,
SqlConnectOptions options,
PoolOptions poolOptions) |
Modifier and Type | Interface and Description |
---|---|
interface |
JDBCPool
JDBCPool is the interface that allows using the Sql Client API with plain JDBC.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MySQLPool
A
pool of MySQL Connections . |
Modifier and Type | Method and Description |
---|---|
Pool |
MySQLDriver.createPool(SqlConnectOptions options,
PoolOptions poolOptions) |
Pool |
MySQLDriver.createPool(Vertx vertx,
SqlConnectOptions options,
PoolOptions poolOptions) |
Modifier and Type | Interface and Description |
---|---|
interface |
PgPool
A
pool of PostgreSQL connections . |
Modifier and Type | Method and Description |
---|---|
Pool |
PgDriver.createPool(SqlConnectOptions options,
PoolOptions poolOptions) |
Pool |
PgDriver.createPool(Vertx vertx,
SqlConnectOptions options,
PoolOptions poolOptions) |
Modifier and Type | Method and Description |
---|---|
Pool |
Pool.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Pool |
Pool.newInstance(Pool arg) |
Constructor and Description |
---|
Pool(Pool delegate) |
Modifier and Type | Method and Description |
---|---|
Pool |
Pool.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Pool |
Pool.newInstance(Pool arg) |
Constructor and Description |
---|
Pool(Pool delegate) |
Modifier and Type | Method and Description |
---|---|
static Pool |
Pool.pool(SqlConnectOptions connectOptions)
Create a connection pool to the database configured with the given
connectOptions and default PoolOptions |
static Pool |
Pool.pool(SqlConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the database configured with the given
connectOptions and poolOptions . |
static Pool |
Pool.pool(Vertx vertx,
SqlConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the database configured with the given
connectOptions and poolOptions . |
Modifier and Type | Method and Description |
---|---|
default Pool |
Driver.createPool(SqlConnectOptions connectOptions)
Create a connection pool to the database configured with the given
connectOptions and default PoolOptions |
Pool |
Driver.createPool(SqlConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the database configured with the given
connectOptions and poolOptions . |
Pool |
Driver.createPool(Vertx vertx,
SqlConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the database configured with the given
connectOptions and poolOptions . |
Copyright © 2021 Eclipse. All rights reserved.