Package | Description |
---|---|
io.vertx.rxjava.mysqlclient | |
io.vertx.rxjava.pgclient | |
io.vertx.rxjava.sqlclient |
Modifier and Type | Class and Description |
---|---|
class |
MySQLConnection
A connection to MySQL server.
|
class |
MySQLPool
A pool of MySQL connections.
|
Modifier and Type | Class and Description |
---|---|
class |
PgConnection
A connection to Postgres.
|
class |
PgPool
A pool of PostgreSQL connections.
|
Modifier and Type | Class and Description |
---|---|
class |
Pool
A pool of SQL connections.
|
class |
SqlConnection
A connection to database server.
|
class |
Transaction
A transaction that allows to control the transaction and receive events.
|
Modifier and Type | Field and Description |
---|---|
static TypeArg<SqlClient> |
SqlClient.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static SqlClient |
SqlClient.newInstance(SqlClient arg) |
SqlClient |
SqlClient.preparedBatch(String sql,
List<Tuple> batch,
Handler<AsyncResult<RowSet>> handler)
Prepare and execute a createBatch.
|
SqlClient |
SqlClient.preparedQuery(String sql,
Handler<AsyncResult<RowSet>> handler)
Prepare and execute a query.
|
SqlClient |
SqlClient.preparedQuery(String sql,
Tuple arguments,
Handler<AsyncResult<RowSet>> handler)
Prepare and execute a query.
|
SqlClient |
SqlClient.query(String sql,
Handler<AsyncResult<RowSet>> handler)
Execute a simple query.
|
Copyright © 2019 Eclipse. All rights reserved.