Package io.vertx.sqlclient
Interface RowSet<R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RowIterator<R>
iterator()
RowSet<R>
next()
Return the next available result ornull
, e.g for a simple query that executed multiple queries or for a batch result.-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface io.vertx.sqlclient.SqlResult
columnDescriptors, columnsNames, property, rowCount, size, value
-
-
-
-
Method Detail
-
iterator
RowIterator<R> iterator()
-
-