| Package | Description |
|---|---|
| io.vertx.db2client.impl | |
| io.vertx.mysqlclient.impl | |
| io.vertx.pgclient.impl | |
| io.vertx.sqlclient.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DB2SocketConnection |
| Modifier and Type | Method and Description |
|---|---|
protected SqlConnectionImpl |
DB2PoolImpl.wrap(Context context,
Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
void |
DB2ConnectionFactory.connect(Handler<AsyncResult<Connection>> handler) |
void |
DB2PoolImpl.connect(Handler<AsyncResult<Connection>> completionHandler) |
| Constructor and Description |
|---|
DB2ConnectionImpl(DB2ConnectionFactory factory,
Context context,
Connection conn) |
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLSocketConnection |
| Modifier and Type | Method and Description |
|---|---|
protected SqlConnectionImpl |
MySQLPoolImpl.wrap(Context context,
Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
void |
MySQLConnectionFactory.connect(Handler<AsyncResult<Connection>> handler) |
void |
MySQLPoolImpl.connect(Handler<AsyncResult<Connection>> completionHandler) |
| Constructor and Description |
|---|
MySQLConnectionImpl(MySQLConnectionFactory factory,
Context context,
Connection conn) |
| Modifier and Type | Class and Description |
|---|---|
class |
PgSocketConnection |
| Modifier and Type | Method and Description |
|---|---|
protected SqlConnectionImpl |
PgPoolImpl.wrap(Context context,
Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
void |
PgPoolImpl.connect(Handler<AsyncResult<Connection>> completionHandler) |
void |
PgSocketConnection.sendStartupMessage(String username,
String password,
String database,
Map<String,String> properties,
Handler<? super CommandResponse<Connection>> completionHandler) |
| Constructor and Description |
|---|
PgConnectionImpl(io.vertx.pgclient.impl.PgConnectionFactory factory,
Context context,
Connection conn) |
| Modifier and Type | Class and Description |
|---|---|
class |
SocketConnectionBase |
| Modifier and Type | Field and Description |
|---|---|
protected Connection |
SqlConnectionBase.conn |
| Modifier and Type | Method and Description |
|---|---|
protected abstract SqlConnectionImpl |
PoolBase.wrap(Context context,
Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionPool.acquire(Handler<AsyncResult<Connection>> holder) |
abstract void |
PoolBase.connect(Handler<AsyncResult<Connection>> completionHandler) |
| Constructor and Description |
|---|
SqlConnectionBase(Context context,
Connection conn) |
SqlConnectionImpl(Context context,
Connection conn) |
TransactionImpl(Context context,
Connection conn,
Handler<Void> disposeHandler) |
| Constructor and Description |
|---|
ConnectionPool(Consumer<Handler<AsyncResult<Connection>>> connector) |
ConnectionPool(Consumer<Handler<AsyncResult<Connection>>> connector,
int maxSize) |
ConnectionPool(Consumer<Handler<AsyncResult<Connection>>> connector,
int maxSize,
int maxWaitQueueSize) |
Copyright © 2020. All rights reserved.