Uses of Class
com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlKillStatement.Type
-
Packages that use MySqlKillStatement.Type Package Description 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 Modifier and Type Method Description MySqlKillStatement.TypeMySqlKillStatement. getType()static MySqlKillStatement.TypeMySqlKillStatement.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 Modifier and Type Method Description voidMySqlKillStatement. setType(MySqlKillStatement.Type type)
-