Uses of Class
com.zentadata.client.ResultSet
-
Packages that use ResultSet Package Description com.zentadata.client com.zentadata.client.engine -
-
Uses of ResultSet in com.zentadata.client
Methods in com.zentadata.client that return ResultSet Modifier and Type Method Description ResultSetDataFrame. collect()Constructors in com.zentadata.client with parameters of type ResultSet Constructor Description ResultSetIterator(ResultSet resultSet, DataEngine engine) -
Uses of ResultSet in com.zentadata.client.engine
Methods in com.zentadata.client.engine that return ResultSet Modifier and Type Method Description ResultSetDataEngine. collect(DataFrame de)Methods in com.zentadata.client.engine that return types with arguments of type ResultSet Modifier and Type Method Description Optional<ResultSet>DataEngine. next(Cursor cursor)
-