Class SuspendableGetRows

java.lang.Object
com.jsql.model.suspendable.AbstractSuspendable
com.jsql.model.suspendable.SuspendableGetRows

public class SuspendableGetRows extends AbstractSuspendable
Get data as chunks by performance query from SQL request.
 Single row format: \4[0-9A-F]*\5[0-9A-F]*c?\4
 Row separator: \6
 Tape example: \4xxRow#Xxx\5x\4\6\4xxRow#X+1xx\5x\4\6...\4\1\3\3\7
MID and LIMIT move two sliding windows in a 2D array tape in that order. MID skips characters when collected, then LIMIT skips lines when collected. The process can be interrupted by the user (stop/pause).