public abstract class TeiidSqlConstants extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
TeiidSqlConstants.NonReserved |
static interface |
TeiidSqlConstants.Phrases |
static interface |
TeiidSqlConstants.Reserved |
static interface |
TeiidSqlConstants.Tokens |
Modifier and Type | Field and Description |
---|---|
static char |
NULL_ESCAPE_CHAR
The null escape character
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
getNonReservedWords() |
static Set<String> |
getReservedWords() |
static boolean |
isReservedWord(String str)
Check whether a string is a reserved word.
|
public static final char NULL_ESCAPE_CHAR
public static final boolean isReservedWord(String str)
str
- String to checkCopyright © 2013–2019. All rights reserved.