Uses of Interface
io.vertx.sqlclient.templates.RowMapper
Packages that use RowMapper
Package
Description
-
Uses of RowMapper in io.vertx.reactivex.sqlclient.templates
Methods in io.vertx.reactivex.sqlclient.templates that return RowMapperMethods in io.vertx.reactivex.sqlclient.templates with parameters of type RowMapperModifier and TypeMethodDescriptionstatic <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 -
Uses of RowMapper in io.vertx.rxjava3.sqlclient.templates
Methods in io.vertx.rxjava3.sqlclient.templates that return RowMapperMethods in io.vertx.rxjava3.sqlclient.templates with parameters of type RowMapperModifier and TypeMethodDescriptionstatic <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 -
Uses of RowMapper in io.vertx.sqlclient.templates
Methods in io.vertx.sqlclient.templates with parameters of type RowMapperModifier and TypeMethodDescription<U> SqlTemplate<I, RowSet<U>> Set a row user defined mapping function.