Package | Description |
---|---|
io.vertx.db2client | |
io.vertx.mysqlclient | |
io.vertx.pgclient | |
io.vertx.reactivex.sqlclient | |
io.vertx.rxjava.sqlclient | |
io.vertx.sqlclient |
Modifier and Type | Interface and Description |
---|---|
interface |
DB2Connection
A connection to DB2 server.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MySQLConnection
A connection to MySQL server.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PgConnection
A connection to Postgres.
|
Modifier and Type | Method and Description |
---|---|
SqlConnection |
SqlConnection.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static SqlConnection |
SqlConnection.newInstance(SqlConnection arg) |
Constructor and Description |
---|
SqlConnection(SqlConnection delegate) |
Modifier and Type | Method and Description |
---|---|
SqlConnection |
SqlConnection.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static SqlConnection |
SqlConnection.newInstance(SqlConnection arg) |
Constructor and Description |
---|
SqlConnection(SqlConnection delegate) |
Modifier and Type | Method and Description |
---|---|
SqlConnection |
SqlConnection.closeHandler(Handler<Void> handler)
Set an handler called when the connection is closed.
|
SqlConnection |
SqlConnection.exceptionHandler(Handler<Throwable> handler)
Set an handler called with connection errors.
|
SqlConnection |
SqlConnection.prepare(String sql,
Handler<AsyncResult<PreparedStatement>> handler)
Create a prepared query.
|
Modifier and Type | Method and Description |
---|---|
void |
Pool.getConnection(Handler<AsyncResult<SqlConnection>> handler)
Get a connection from the pool.
|
Copyright © 2023 Eclipse. All rights reserved.