Uses of Enum Class
org.pgcodekeeper.core.sql.KeywordCategory
Packages that use KeywordCategory
Package
Description
-
Uses of KeywordCategory in org.pgcodekeeper.core.database.base.parser
Methods in org.pgcodekeeper.core.database.base.parser with parameters of type KeywordCategoryModifier and TypeMethodDescriptionstatic voidParserUtils.readKeywords(org.antlr.v4.runtime.Vocabulary vocab, int startId, int endId, Map<String, KeywordCategory> keywords, KeywordCategory type) Reads a range of token IDs from a vocabulary and populates a keyword map with the specified category.Method parameters in org.pgcodekeeper.core.database.base.parser with type arguments of type KeywordCategoryModifier and TypeMethodDescriptionstatic voidParserUtils.readKeywords(org.antlr.v4.runtime.Vocabulary vocab, int startId, int endId, Map<String, KeywordCategory> keywords, KeywordCategory type) Reads a range of token IDs from a vocabulary and populates a keyword map with the specified category. -
Uses of KeywordCategory in org.pgcodekeeper.core.database.ch.utils
Methods in org.pgcodekeeper.core.database.ch.utils that return types with arguments of type KeywordCategory -
Uses of KeywordCategory in org.pgcodekeeper.core.database.ms.utils
Methods in org.pgcodekeeper.core.database.ms.utils that return types with arguments of type KeywordCategory -
Uses of KeywordCategory in org.pgcodekeeper.core.database.pg.utils
Methods in org.pgcodekeeper.core.database.pg.utils that return types with arguments of type KeywordCategory -
Uses of KeywordCategory in org.pgcodekeeper.core.sql
Methods in org.pgcodekeeper.core.sql that return KeywordCategoryModifier and TypeMethodDescriptionstatic KeywordCategoryReturns the enum constant of this class with the specified name.static KeywordCategory[]KeywordCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.