| Package | Description |
|---|---|
| io.vertx.rxjava3.sqlclient.templates |
| Modifier and Type | Field and Description |
|---|---|
static TypeArg<RowMapper> |
RowMapper.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
static <T> RowMapper<T> |
RowMapper.newInstance(io.vertx.sqlclient.templates.RowMapper arg) |
static <T> RowMapper<T> |
RowMapper.newInstance(io.vertx.sqlclient.templates.RowMapper arg,
TypeArg<T> __typeArg_T) |
| Modifier and Type | Method and Description |
|---|---|
<U> SqlTemplate<I,RowSet<U>> |
SqlTemplate.mapTo(RowMapper<U> mapper)
Set a row user defined mapping function.
|
Copyright © 2022 Eclipse. All rights reserved.