Package io.vertx.mutiny.sqlclient
Class RowSet<R>
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescription -
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, TypeArg<R> __typeArg_R) next()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 interfaceMutinyDelegate- Overrides:
getDelegatein classSqlResult<RowSet<R>>- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
toMulti
-
value
-
iterator
-
next
-
newInstance
-
newInstance
-