public class SQLConstants extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
SQLConstants.NonReserved |
static interface |
SQLConstants.Reserved |
static interface |
SQLConstants.Tokens |
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 boolean isReservedWord(String str)
str
- String to checkCopyright © 2019. All rights reserved.