Class SendResultSetState (0.27.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(String commandTag, long numRowsSent, boolean hasMoreRows)

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

Methods

getCommandAndNumRows()

public String getCommandAndNumRows()
Returns
TypeDescription
String

getCommandTag()

public String getCommandTag()
Returns
TypeDescription
String

getNumberOfRowsSent()

public long getNumberOfRowsSent()
Returns
TypeDescription
long

hasMoreRows()

public boolean hasMoreRows()
Returns
TypeDescription
boolean