Interface CmdInformation
- All Known Implementing Classes:
CmdInformationBatch
,CmdInformationMultiple
,CmdInformationSingle
public interface CmdInformation
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
addSuccessStat
(long updateCount, long insertId) getBatchGeneratedKeys
(Protocol protocol) int
getGeneratedKeys
(Protocol protocol, String sql) long
long[]
int[]
int
int[]
boolean
boolean
void
reset()
void
setRewrite
(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)
-