protected class OutputsImpl.CurrentReturnState extends Object
Modifier | Constructor and Description |
---|---|
protected |
OutputsImpl.CurrentReturnState(boolean isResultSet,
int updateCount) |
Modifier and Type | Method and Description |
---|---|
protected Output |
buildExtendedReturn() |
protected Output |
buildOutput() |
protected Output |
buildResultSetOutput(List list) |
protected Output |
buildUpdateCountOutput(int updateCount) |
Output |
getOutput() |
int |
getUpdateCount() |
protected boolean |
hasExtendedReturns() |
boolean |
indicatesMoreOutputs() |
boolean |
isResultSet() |
protected OutputsImpl.CurrentReturnState(boolean isResultSet, int updateCount)
public boolean indicatesMoreOutputs()
public boolean isResultSet()
public int getUpdateCount()
public Output getOutput()
protected Output buildOutput()
protected Output buildUpdateCountOutput(int updateCount)
protected boolean hasExtendedReturns()
protected Output buildExtendedReturn()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.