Package | Description |
---|---|
io.vertx.rxjava.db2client | |
io.vertx.rxjava.mysqlclient | |
io.vertx.rxjava.pgclient | |
io.vertx.rxjava.sqlclient |
Modifier and Type | Class and Description |
---|---|
class |
DB2Connection
A connection to DB2 server.
|
Modifier and Type | Class and Description |
---|---|
class |
MySQLConnection
A connection to MySQL server.
|
Modifier and Type | Class and Description |
---|---|
class |
PgConnection
A connection to Postgres.
|
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<SqlConnection> |
SqlConnection.__TYPE_ARG |
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.
|
static SqlConnection |
SqlConnection.newInstance(SqlConnection arg) |
SqlConnection |
SqlConnection.prepare(String sql,
Handler<AsyncResult<PreparedStatement>> handler)
Create a prepared query.
|
Modifier and Type | Method and Description |
---|---|
Single<SqlConnection> |
Pool.rxGetConnection()
Get a connection from the pool.
|
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.