Uses of Class
org.apache.storm.sql.parser.SqlDdlKeywords
-
Packages that use SqlDdlKeywords Package Description org.apache.storm.sql.parser -
-
Uses of SqlDdlKeywords in org.apache.storm.sql.parser
Methods in org.apache.storm.sql.parser that return SqlDdlKeywords Modifier and Type Method Description static SqlDdlKeywords
SqlDdlKeywords. valueOf(String name)
Returns the enum constant of this type with the specified name.static SqlDdlKeywords[]
SqlDdlKeywords. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-