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