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() |
long[] |
getRewriteLargeUpdateCounts() |
int[] |
getRewriteUpdateCounts() |
int |
getUpdateCount() |
int[] |
getUpdateCounts() |
boolean |
isCurrentUpdateCount() |
boolean |
moreResults() |
static final int RESULT_SET_VALUE
int[] getUpdateCounts()
long[] getLargeUpdateCounts()
int[] getRewriteUpdateCounts()
long[] getRewriteLargeUpdateCounts()
int getUpdateCount()
long getLargeUpdateCount()
void addSuccessStat(long updateCount, long insertId)
void addErrorStat()
void addResultSetStat()
java.sql.ResultSet getGeneratedKeys(Protocol protocol)
java.sql.ResultSet getBatchGeneratedKeys(Protocol protocol)
int getCurrentStatNumber()
boolean moreResults()
boolean isCurrentUpdateCount()