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 TypeMethodDescriptionboolean
io.vertx.sqlclient.RowSet
int
hashCode()
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, size
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:
getDelegate
in interfaceMutinyDelegate
- Overrides:
getDelegate
in 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
-