Class SendResultSetState (0.7.0)

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

Methods

getCommandAndNumRows()

public String getCommandAndNumRows()
Returns
Type Description
String

getCommandTag()

public String getCommandTag()
Returns
Type Description
String

getNumberOfRowsSent()

public long getNumberOfRowsSent()
Returns
Type Description
long

hasMoreRows()

public boolean hasMoreRows()
Returns
Type Description
boolean