public interface CmdInformation
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
RESULT_SET_VALUE |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addErrorStat() |
void |
addResultSetStat() |
void |
addSuccessStat(long updateCount,
long insertId) |
void |
addSuccessStat(long updateCount,
long insertId,
boolean containOnDuplicateKey,
String serverInfo) |
ResultSet |
getBatchGeneratedKeys(Protocol protocol) |
int |
getCurrentStatNumber() |
ResultSet |
getGeneratedKeys(Protocol protocol,
String sql) |
long |
getLargeUpdateCount() |
long[] |
getLargeUpdateCounts() |
boolean |
getRewrite() |
String |
getServerInfo() |
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()
String getServerInfo()
void addSuccessStat(long updateCount,
long insertId)
void addSuccessStat(long updateCount,
long insertId,
boolean containOnDuplicateKey,
String serverInfo)
void addErrorStat()
void reset()
void addResultSetStat()
int getCurrentStatNumber()
boolean moreResults()
boolean isCurrentUpdateCount()
void setRewrite(boolean rewritten)
boolean getRewrite()
Copyright © 2024 oceanbase.com. All rights reserved.