Package | Description |
---|---|
io.vertx.jdbcclient | |
io.vertx.reactivex.sqlclient | |
io.vertx.rxjava.sqlclient | |
io.vertx.rxjava3.sqlclient | |
io.vertx.sqlclient | |
io.vertx.sqlclient.templates |
Modifier and Type | Field and Description |
---|---|
static PropertyKind<Row> |
JDBCPool.GENERATED_KEYS
The property to be used to retrieve the generated keys
|
Modifier and Type | Method and Description |
---|---|
Row |
Row.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Row |
Row.newInstance(Row arg) |
Constructor and Description |
---|
Row(Row delegate) |
Modifier and Type | Method and Description |
---|---|
Row |
Row.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Row |
Row.newInstance(Row arg) |
Constructor and Description |
---|
Row(Row delegate) |
Modifier and Type | Method and Description |
---|---|
Row |
Row.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Row |
Row.newInstance(Row arg) |
Constructor and Description |
---|
Row(Row delegate) |
Modifier and Type | Method and Description |
---|---|
<R> PreparedQuery<SqlResult<R>> |
PreparedQuery.collecting(java.util.stream.Collector<Row,?,R> collector)
Use the specified
collector for collecting the query result to <R> . |
<R> Query<SqlResult<R>> |
Query.collecting(java.util.stream.Collector<Row,?,R> collector)
Use the specified
collector for collecting the query result to <R> . |
<U> PreparedQuery<RowSet<U>> |
PreparedQuery.mapping(java.util.function.Function<Row,U> mapper)
|
<U> Query<RowSet<U>> |
Query.mapping(java.util.function.Function<Row,U> mapper)
|
void |
Cursor.read(int count,
Handler<AsyncResult<RowSet<Row>>> handler)
Read rows from the cursor, the result is provided asynchronously to the
handler . |
Modifier and Type | Method and Description |
---|---|
static SqlTemplate<Map<String,Object>,RowSet<Row>> |
SqlTemplate.forQuery(SqlClient client,
String template)
Create an SQL template for query purpose consuming map parameters and returning
Row . |
Modifier and Type | Method and Description |
---|---|
T |
RowMapper.map(Row row)
Build a
T representation of the given row |
Modifier and Type | Method and Description |
---|---|
<U> SqlTemplate<I,SqlResult<U>> |
SqlTemplate.collecting(java.util.stream.Collector<Row,?,U> collector)
Set a collector that will process the output and produce a custom result.
|
Copyright © 2022 Eclipse. All rights reserved.