Class SendResultSetState (0.5.1)

public class SendResultSetState

The state of a result after (a part of it) has been sent to the client.

Inheritance

java.lang.Object > SendResultSetState

Constructors

SendResultSetState(long numRowsSent, boolean hasMoreRows)

public SendResultSetState(long numRowsSent, boolean hasMoreRows)
Parameters
NameDescription
numRowsSentlong
hasMoreRowsboolean

Methods

getNumberOfRowsSent()

public long getNumberOfRowsSent()
Returns
TypeDescription
long

hasMoreRows()

public boolean hasMoreRows()
Returns
TypeDescription
boolean