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

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

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

Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return MySqlKillStatement.Type
 MySqlKillStatement.Type MySqlKillStatement.getType()
           
static MySqlKillStatement.Type MySqlKillStatement.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MySqlKillStatement.Type[] MySqlKillStatement.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 with parameters of type MySqlKillStatement.Type
 void MySqlKillStatement.setType(MySqlKillStatement.Type type)
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.