public interface CmdInformation
Modifier and Type | Field and Description |
---|---|
static int |
RESULT_SET_VALUE |
Modifier and Type | Method and Description |
---|---|
void |
addErrorStat() |
void |
addResultSetStat() |
void |
addSuccessStat(long updateCount,
long insertId) |
java.sql.ResultSet |
getBatchGeneratedKeys(Protocol protocol) |
int |
getCurrentStatNumber() |
java.sql.ResultSet |
getGeneratedKeys(Protocol protocol) |
long |
getLargeUpdateCount() |
long[] |
getLargeUpdateCounts() |
int[] |
getServerUpdateCounts() |
int |
getUpdateCount() |
int[] |
getUpdateCounts() |
boolean |
isCurrentUpdateCount() |
boolean |
moreResults() |
void |
reset() |
void |
setRewrite(boolean rewritten) |
static final int RESULT_SET_VALUE
int[] getUpdateCounts()
int[] getServerUpdateCounts()
long[] getLargeUpdateCounts()
int getUpdateCount()
long getLargeUpdateCount()
void addSuccessStat(long updateCount, long insertId)
void addErrorStat()
void reset()
void addResultSetStat()
java.sql.ResultSet getGeneratedKeys(Protocol protocol)
java.sql.ResultSet getBatchGeneratedKeys(Protocol protocol)
int getCurrentStatNumber()
boolean moreResults()
boolean isCurrentUpdateCount()
void setRewrite(boolean rewritten)