|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatementExecuteType | |
|---|---|
| com.alibaba.druid.proxy.jdbc | |
| com.alibaba.druid.stat | |
| Uses of StatementExecuteType in com.alibaba.druid.proxy.jdbc |
|---|
| Methods in com.alibaba.druid.proxy.jdbc that return StatementExecuteType | |
|---|---|
StatementExecuteType |
StatementProxyImpl.getLastExecuteType()
|
StatementExecuteType |
StatementProxy.getLastExecuteType()
|
static StatementExecuteType |
StatementExecuteType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StatementExecuteType[] |
StatementExecuteType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of StatementExecuteType in com.alibaba.druid.stat |
|---|
| Methods in com.alibaba.druid.stat with parameters of type StatementExecuteType | |
|---|---|
void |
JdbcSqlStat.addExecuteTime(StatementExecuteType executeType,
boolean firstResultSet,
long nanoSpan)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||