Uses of Enum
com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlKillStatement.Type
Packages that use MySqlKillStatement.Type
-
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.TypeModifier and TypeMethodDescriptionMySqlKillStatement.getType()static MySqlKillStatement.TypeReturns 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