Uses of Class
io.vertx.mutiny.sqlclient.SqlResult
-
Packages that use SqlResult Package Description io.vertx.mutiny.sqlclient io.vertx.mutiny.sqlclient.templates -
-
Uses of SqlResult in io.vertx.mutiny.sqlclient
Subclasses of SqlResult in io.vertx.mutiny.sqlclient Modifier and Type Class Description class
RowSet<R>
The execution result of the row set of a query provided as
, commonly used as aRowSet
.Fields in io.vertx.mutiny.sqlclient with type parameters of type SqlResult Modifier and Type Field Description static TypeArg<SqlResult>
SqlResult. __TYPE_ARG
Methods in io.vertx.mutiny.sqlclient that return SqlResult Modifier and Type Method Description static <T> SqlResult<T>
SqlResult. newInstance(io.vertx.sqlclient.SqlResult arg)
static <T> SqlResult<T>
SqlResult. newInstance(io.vertx.sqlclient.SqlResult arg, TypeArg<T> __typeArg_T)
SqlResult<T>
SqlResult. next()
-
Uses of SqlResult in io.vertx.mutiny.sqlclient.templates
Methods in io.vertx.mutiny.sqlclient.templates that return types with arguments of type SqlResult Modifier and Type Method Description static SqlTemplate<Map<String,Object>,SqlResult<Void>>
SqlTemplate. forUpdate(SqlClient client, String template)
-