JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.hazelcast.sql.SqlRow
Packages that use
SqlRow
Package
Description
com.hazelcast.sql
This package contains the SQL API.
Uses of
SqlRow
in
com.hazelcast.sql
Methods in
com.hazelcast.sql
that return types with arguments of type
SqlRow
Modifier and Type
Method
Description
Iterator
<
SqlRow
>
SqlResult.
iterator
()
Returns the iterator over the result rows.
default
Stream
<
SqlRow
>
SqlResult.
stream
()
Returns a stream of result rows.