Uses of Enum
com.alibaba.druid.proxy.jdbc.StatementExecuteType
Packages that use StatementExecuteType
-
Uses of StatementExecuteType in com.alibaba.druid.proxy.jdbc
Fields in com.alibaba.druid.proxy.jdbc declared as StatementExecuteTypeModifier and TypeFieldDescriptionprotected StatementExecuteTypeStatementProxyImpl.lastExecuteTypeMethods in com.alibaba.druid.proxy.jdbc that return StatementExecuteTypeModifier and TypeMethodDescriptionStatementProxy.getLastExecuteType()StatementProxyImpl.getLastExecuteType()static StatementExecuteTypeReturns 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 StatementExecuteTypeModifier and TypeMethodDescriptionvoidJdbcSqlStat.addExecuteTime(StatementExecuteType executeType, boolean firstResultSet, long nanoSpan)