Uses of Class
io.vertx.reactivex.sqlclient.templates.RowMapper
-
Packages that use RowMapper Package Description io.vertx.reactivex.sqlclient.templates -
-
Uses of RowMapper in io.vertx.reactivex.sqlclient.templates
Fields in io.vertx.reactivex.sqlclient.templates with type parameters of type RowMapper Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<RowMapper>
RowMapper. __TYPE_ARG
Methods in io.vertx.reactivex.sqlclient.templates that return 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)
Methods in io.vertx.reactivex.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.
-