Uses of Interface
io.vertx.mutiny.sqlclient.SqlResult
Packages that use SqlResult
-
Uses of SqlResult in io.vertx.mutiny.sqlclient
Classes in io.vertx.mutiny.sqlclient that implement SqlResultModifier and TypeClassDescriptionclassRowSet<R>The execution result of the row set of a query provided as<R>, commonly used as aRowSet<Row>.static classMethods in io.vertx.mutiny.sqlclient that return SqlResultModifier and TypeMethodDescriptionstatic <T> SqlResult<T>SqlResult.newInstance(io.vertx.sqlclient.SqlResult<T> delegate) Creates a new instance of theSqlResult.static <T> SqlResult<T>SqlResult.newInstance(io.vertx.sqlclient.SqlResult<T> delegate, TypeArg<T> typeArg_0) Creates a new instance of theSqlResult.SqlResult.next()Return the next available result ornull, e.g for a simple query that executed multiple queries or for a batch result.SqlResult.SqlResultImpl.next()Return the next available result ornull, e.g for a simple query that executed multiple queries or for a batch result. -
Uses of SqlResult in io.vertx.mutiny.sqlclient.templates
Methods in io.vertx.mutiny.sqlclient.templates that return types with arguments of type SqlResult