Uses of Class
com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlShowProfileStatement.Type

Packages that use MySqlShowProfileStatement.Type
com.alibaba.druid.sql.dialect.mysql.ast.statement   
 

Uses of MySqlShowProfileStatement.Type in com.alibaba.druid.sql.dialect.mysql.ast.statement
 

Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return MySqlShowProfileStatement.Type
static MySqlShowProfileStatement.Type MySqlShowProfileStatement.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MySqlShowProfileStatement.Type[] MySqlShowProfileStatement.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return types with arguments of type MySqlShowProfileStatement.Type
 List<MySqlShowProfileStatement.Type> MySqlShowProfileStatement.getTypes()
           
 

Method parameters in com.alibaba.druid.sql.dialect.mysql.ast.statement with type arguments of type MySqlShowProfileStatement.Type
 void MySqlShowProfileStatement.setTypes(List<MySqlShowProfileStatement.Type> types)
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.