Uses of Interface
io.vertx.sqlclient.templates.SqlTemplate
Packages that use SqlTemplate
Package
Description
-
Uses of SqlTemplate in io.vertx.reactivex.sqlclient.templates
Methods in io.vertx.reactivex.sqlclient.templates that return SqlTemplateMethods in io.vertx.reactivex.sqlclient.templates with parameters of type SqlTemplateModifier and TypeMethodDescriptionstatic <I,R> SqlTemplate <I, R> SqlTemplate.newInstance(SqlTemplate arg) static <I,R> SqlTemplate <I, R> SqlTemplate.newInstance(SqlTemplate arg, io.vertx.lang.rx.TypeArg<I> __typeArg_I, io.vertx.lang.rx.TypeArg<R> __typeArg_R) Constructors in io.vertx.reactivex.sqlclient.templates with parameters of type SqlTemplate -
Uses of SqlTemplate in io.vertx.rxjava3.sqlclient.templates
Methods in io.vertx.rxjava3.sqlclient.templates that return SqlTemplateMethods in io.vertx.rxjava3.sqlclient.templates with parameters of type SqlTemplateModifier and TypeMethodDescriptionstatic <I,R> SqlTemplate <I, R> SqlTemplate.newInstance(SqlTemplate arg) static <I,R> SqlTemplate <I, R> SqlTemplate.newInstance(SqlTemplate arg, io.vertx.lang.rx.TypeArg<I> __typeArg_I, io.vertx.lang.rx.TypeArg<R> __typeArg_R) Constructors in io.vertx.rxjava3.sqlclient.templates with parameters of type SqlTemplate -
Uses of SqlTemplate in io.vertx.sqlclient.templates
Methods in io.vertx.sqlclient.templates that return SqlTemplateModifier and TypeMethodDescription<U> SqlTemplate<I, SqlResult<U>> SqlTemplate.collecting(Collector<Row, ?, U> collector) Set a collector that will process the output and produce a custom result.Create an SQL template for query purpose consuming map parameters and returningRow.Create an SQL template for query purpose consuming map parameters and returning void.<T> SqlTemplate<T, R> SqlTemplate.mapFrom(TupleMapper<T> mapper) Set a parameters user defined mapping function.default <T> SqlTemplate<T, R> Set a parameters user defined class mapping.<U> SqlTemplate<I, RowSet<U>> Set a row user defined mapping function.<U> SqlTemplate<I, RowSet<U>> Set a row user defined mapping function.SqlTemplate.withClient(SqlClient client) Returns a new template, using the specifiedclient.