Package org.teiid.language
Class SQLConstants
- java.lang.Object
-
- org.teiid.language.SQLConstants
-
public class SQLConstants extends Object
SQL Constants for Teiid.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SQLConstants.NonReserved
static interface
SQLConstants.Reserved
static interface
SQLConstants.Tokens
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<String>
getNonReservedWords()
static Set<String>
getReservedWords()
static boolean
isReservedWord(String str)
Check whether a string is a reserved word.
-
-
-
Method Detail
-
isReservedWord
public static final boolean isReservedWord(String str)
Check whether a string is a reserved word.- Parameters:
str
- String to check- Returns:
- True if reserved word, false if not or null
-
-