Package | Description |
---|---|
io.vertx.reactivex.sqlclient.templates | |
io.vertx.sqlclient.templates |
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,
io.vertx.lang.rx.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.
|
Copyright © 2021 Eclipse. All rights reserved.