Class ChKeyword
java.lang.Object
org.pgcodekeeper.core.database.ch.utils.ChKeyword
-
Method Summary
Modifier and TypeMethodDescriptionstatic Map<String,KeywordCategory> static booleanChecks if a word is an allowed keyword.
-
Method Details
-
getKeywords
-
isKeyword
Checks if a word is an allowed keyword.A keyword is considered allowed if it's either not a keyword at all, or it's an unreserved keyword.
- Parameters:
id- the word to check- Returns:
- true if the word is not a keyword or is an unreserved keyword, false if it's a reserved keyword
-