Uses of Class
com.alibaba.druid.proxy.jdbc.StatementExecuteType

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)
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.