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(int updateCount,
long insertId) |
ResultSet |
getBatchGeneratedKeys(Protocol protocol) |
int |
getCurrentStatNumber() |
ResultSet |
getGeneratedKeys(Protocol protocol) |
int[] |
getRewriteUpdateCounts() |
int |
getUpdateCount() |
int[] |
getUpdateCounts() |
boolean |
isCurrentUpdateCount() |
boolean |
moreResults() |
static final int RESULT_SET_VALUE
int[] getUpdateCounts()
int[] getRewriteUpdateCounts()
int getUpdateCount()
void addSuccessStat(int updateCount,
long insertId)
void addErrorStat()
void addResultSetStat()
int getCurrentStatNumber()
boolean moreResults()
boolean isCurrentUpdateCount()
Copyright © 2017. All rights reserved.