Uses of Class
com.zentadata.client.model.Cursor
-
Packages that use Cursor Package Description com.zentadata.client com.zentadata.client.engine -
-
Uses of Cursor in com.zentadata.client
Fields in com.zentadata.client declared as Cursor Modifier and Type Field Description protected CursorResultSet. cursorMethods in com.zentadata.client that return Cursor Modifier and Type Method Description protected CursorResultSet. getCursor()Constructors in com.zentadata.client with parameters of type Cursor Constructor Description ResultSet(List<Map<String,Object>> payload, Cursor cursor) -
Uses of Cursor in com.zentadata.client.engine
Methods in com.zentadata.client.engine with parameters of type Cursor Modifier and Type Method Description Optional<ResultSet>DataEngine. next(Cursor cursor)
-