Interface CmdInformation
- All Known Implementing Classes:
CmdInformationBatch,CmdInformationMultiple,CmdInformationSingle
public interface CmdInformation
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidaddSuccessStat(long updateCount, long insertId) getBatchGeneratedKeys(Protocol protocol) intgetGeneratedKeys(Protocol protocol) longlong[]int[]intint[]booleanbooleanvoidreset()voidsetRewrite(boolean rewritten)
-
Field Details
-
RESULT_SET_VALUE
static final int RESULT_SET_VALUE- See Also:
-
-
Method Details
-
getUpdateCounts
int[] getUpdateCounts() -
getServerUpdateCounts
int[] getServerUpdateCounts() -
getLargeUpdateCounts
long[] getLargeUpdateCounts() -
getUpdateCount
int getUpdateCount() -
getLargeUpdateCount
long getLargeUpdateCount() -
addSuccessStat
void addSuccessStat(long updateCount, long insertId) -
addErrorStat
void addErrorStat() -
reset
void reset() -
addResultSetStat
void addResultSetStat() -
getGeneratedKeys
-
getBatchGeneratedKeys
-
getCurrentStatNumber
int getCurrentStatNumber() -
moreResults
boolean moreResults() -
isCurrentUpdateCount
boolean isCurrentUpdateCount() -
setRewrite
void setRewrite(boolean rewritten)
-