| Package | Description |
|---|---|
| io.vertx.db2client.impl | |
| io.vertx.jdbcclient.impl | |
| io.vertx.mssqlclient.impl | |
| io.vertx.mysqlclient.impl | |
| io.vertx.pgclient.impl | |
| io.vertx.sqlclient.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DB2ConnectionImpl |
class |
DB2PoolImpl |
class |
DB2SocketConnection |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionImpl |
class |
JDBCPoolImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
MSSQLConnectionImpl |
class |
MSSQLPoolImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLConnectionImpl |
class |
MySQLPoolImpl |
class |
MySQLSocketConnection |
| Modifier and Type | Class and Description |
|---|---|
class |
PgConnectionImpl |
class |
PgPoolImpl
Todo :
- handle timeout when acquiring a connection
- for per statement pooling, have several physical connection and use the less busy one to avoid head of line blocking effect
|
class |
PgSocketConnection |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Connection |
| Modifier and Type | Class and Description |
|---|---|
class |
PoolBase<P extends Pool> |
class |
SocketConnectionBase |
class |
SqlClientBase<C extends SqlClient> |
class |
SqlConnectionBase<C extends SqlClient> |
class |
SqlConnectionImpl<C extends SqlConnection> |
Copyright © 2021. All rights reserved.