| Package | Description |
|---|---|
| io.vertx.reactivex.sqlclient.templates | |
| io.vertx.sqlclient.templates | |
| io.vertx.sqlclient.templates.impl |
| Modifier and Type | Method and Description |
|---|---|
RowMapper |
RowMapper.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static <T> RowMapper<T> |
RowMapper.newInstance(RowMapper arg) |
static <T> RowMapper<T> |
RowMapper.newInstance(RowMapper arg,
TypeArg<T> __typeArg_T) |
| Constructor and Description |
|---|
RowMapper(RowMapper delegate) |
| Modifier and Type | Method and Description |
|---|---|
<U> SqlTemplate<I,RowSet<U>> |
SqlTemplate.mapTo(RowMapper<U> mapper)
Set a row user defined mapping function.
|
| Modifier and Type | Method and Description |
|---|---|
<U> SqlTemplate<I,RowSet<U>> |
SqlTemplateImpl.mapTo(RowMapper<U> mapper) |
Copyright © 2021. All rights reserved.