Uses of Enum Class
org.pgcodekeeper.core.sql.Keyword.KeywordCategory
Packages that use Keyword.KeywordCategory
-
Uses of Keyword.KeywordCategory in org.pgcodekeeper.core.sql
Methods in org.pgcodekeeper.core.sql that return Keyword.KeywordCategoryModifier and TypeMethodDescriptionKeyword.getCategory()static Keyword.KeywordCategoryReturns the enum constant of this class with the specified name.static Keyword.KeywordCategory[]Keyword.KeywordCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.pgcodekeeper.core.sql with parameters of type Keyword.KeywordCategoryModifierConstructorDescriptionKeyword(String keyword, Keyword.KeywordCategory category, Keyword.LabelCategory labelCategory) Creates a new keyword with specified properties.