Class ResultsetRowsCursor

java.lang.Object
com.mysql.cj.protocol.a.result.AbstractResultsetRows
com.mysql.cj.protocol.a.result.ResultsetRowsCursor
All Implemented Interfaces:
ProtocolEntity, ResultsetRows, RowList, java.util.Iterator<Row>

public class ResultsetRowsCursor
extends AbstractResultsetRows
implements ResultsetRows
Model for result set data backed by a cursor (see http://dev.mysql.com/doc/refman/5.7/en/cursors.html and SERVER_STATUS_CURSOR_EXISTS flag description on http://dev.mysql.com/doc/internals/en/status-flags.html). Only works for forward-only result sets (but still works with updatable concurrency).