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
Name Description
numRowsSent long
hasMoreRows boolean

Methods

getNumberOfRowsSent()

public long getNumberOfRowsSent()
Returns
Type Description
long

hasMoreRows()

public boolean hasMoreRows()
Returns
Type Description
boolean