Package | Description |
---|---|
io.vertx.reactivex.sqlclient | |
io.vertx.rxjava.sqlclient | |
io.vertx.sqlclient | |
io.vertx.sqlclient.templates |
Modifier and Type | Method and Description |
---|---|
RowSet |
RowSet.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static <R> RowSet<R> |
RowSet.newInstance(RowSet arg) |
static <R> RowSet<R> |
RowSet.newInstance(RowSet arg,
io.vertx.lang.rx.TypeArg<R> __typeArg_R) |
Constructor and Description |
---|
RowSet(RowSet delegate) |
Modifier and Type | Method and Description |
---|---|
RowSet |
RowSet.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static <R> RowSet<R> |
RowSet.newInstance(RowSet arg) |
static <R> RowSet<R> |
RowSet.newInstance(RowSet arg,
io.vertx.lang.rx.TypeArg<R> __typeArg_R) |
Constructor and Description |
---|
RowSet(RowSet delegate) |
Modifier and Type | Method and Description |
---|---|
RowSet<R> |
RowSet.next() |
Modifier and Type | Method and Description |
---|---|
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 . |
<U> SqlTemplate<I,RowSet<U>> |
SqlTemplate.mapTo(Class<U> type)
Set a row user defined mapping function.
|
<U> SqlTemplate<I,RowSet<U>> |
SqlTemplate.mapTo(RowMapper<U> mapper)
Set a row user defined mapping function.
|
Copyright © 2021 Eclipse. All rights reserved.