- All Implemented Interfaces:
io.smallrye.mutiny.vertx.MutinyDelegate,Iterable<R>
public class RowSet<R>
extends SqlResult<RowSet<R>>
implements io.smallrye.mutiny.vertx.MutinyDelegate, Iterable<R>
The execution result of the row set of a query provided as
, commonly used as a RowSet|
.
Using a collector query might provide a different result.
NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.vertx.sqlclient.RowSetinthashCode()iterator()static <R> RowSet<R> newInstance(io.vertx.sqlclient.RowSet arg) static <R> RowSet<R> newInstance(io.vertx.sqlclient.RowSet arg, io.smallrye.mutiny.vertx.TypeArg<R> __typeArg_R) next()stream()io.smallrye.mutiny.Multi<R> toMulti()toString()value()Methods inherited from class io.vertx.mutiny.sqlclient.SqlResult
columnDescriptors, columnsNames, newInstance, newInstance, property, rowCount, sizeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
__TYPE_ARG
-
__typeArg_0
-
-
Constructor Details
-
RowSet
public RowSet(io.vertx.sqlclient.RowSet delegate) -
RowSet
-
RowSet
-
-
Method Details
-
getDelegate
public io.vertx.sqlclient.RowSet getDelegate()- Specified by:
getDelegatein interfaceio.smallrye.mutiny.vertx.MutinyDelegate- Overrides:
getDelegatein classSqlResult<RowSet<R>>
-
toString
-
equals
-
hashCode
public int hashCode() -
toMulti
-
value
-
iterator
-
next
-
stream
-
newInstance
-
newInstance
public static <R> RowSet<R> newInstance(io.vertx.sqlclient.RowSet arg, io.smallrye.mutiny.vertx.TypeArg<R> __typeArg_R)
-