Uses of Class
com.alibaba.druid.proxy.jdbc.StatementExecuteType
-
Packages that use StatementExecuteType Package Description com.alibaba.druid.proxy.jdbc com.alibaba.druid.stat -
-
Uses of StatementExecuteType in com.alibaba.druid.proxy.jdbc
Fields in com.alibaba.druid.proxy.jdbc declared as StatementExecuteType Modifier and Type Field Description protected StatementExecuteTypeStatementProxyImpl. lastExecuteTypeMethods in com.alibaba.druid.proxy.jdbc that return StatementExecuteType Modifier and Type Method Description StatementExecuteTypeStatementProxy. getLastExecuteType()StatementExecuteTypeStatementProxyImpl. getLastExecuteType()static StatementExecuteTypeStatementExecuteType. 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 Modifier and Type Method Description voidJdbcSqlStat. addExecuteTime(StatementExecuteType executeType, boolean firstResultSet, long nanoSpan)
-