public interface MultiExecutionResult extends ExecutionResult
Modifier and Type | Method and Description |
---|---|
int[] |
getAffectedRows() |
int |
getFirstAffectedRows() |
void |
updateResultsForRewrite(int waitedSize,
boolean hasException) |
void |
updateResultsMultiple(int waitedSize,
boolean hasException) |
addResultSet, addStats, close, getCachedExecutionResults, getFetchSize, getInsertIds, getResultSet, getStatement, hasMoreResultAvailable, hasMoreThanOneAffectedRows, isCanHaveCallableResultset, isSelectPossible, isSingleExecutionResult, setFetchSize
void updateResultsForRewrite(int waitedSize, boolean hasException)
void updateResultsMultiple(int waitedSize, boolean hasException)
int[] getAffectedRows()
int getFirstAffectedRows()
getFirstAffectedRows
in interface ExecutionResult
Copyright © 2016. All rights reserved.