Uses of Interface
io.vertx.sqlclient.templates.RowMapper
-
Packages that use RowMapper Package Description io.vertx.reactivex.sqlclient.templates io.vertx.rxjava3.sqlclient.templates io.vertx.sqlclient.templates -
-
Uses of RowMapper in io.vertx.reactivex.sqlclient.templates
Methods in io.vertx.reactivex.sqlclient.templates that return RowMapper Modifier and Type Method Description RowMapper
RowMapper. getDelegate()
Methods in io.vertx.reactivex.sqlclient.templates with parameters of type RowMapper Modifier and Type Method 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)
Constructors in io.vertx.reactivex.sqlclient.templates with parameters of type RowMapper Constructor Description RowMapper(RowMapper delegate)
-
Uses of RowMapper in io.vertx.rxjava3.sqlclient.templates
Methods in io.vertx.rxjava3.sqlclient.templates that return RowMapper Modifier and Type Method Description RowMapper
RowMapper. getDelegate()
Methods in io.vertx.rxjava3.sqlclient.templates with parameters of type RowMapper Modifier and Type Method 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)
Constructors in io.vertx.rxjava3.sqlclient.templates with parameters of type RowMapper Constructor Description RowMapper(RowMapper delegate)
-
Uses of RowMapper in io.vertx.sqlclient.templates
Methods in io.vertx.sqlclient.templates with parameters of type RowMapper Modifier and Type Method Description <U> SqlTemplate<I,RowSet<U>>
SqlTemplate. mapTo(RowMapper<U> mapper)
Set a row user defined mapping function.
-