public final class ReservedWordsUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MYSQL_KEY
The MYSQL key
|
static String |
ORACLE_KEY
The Oracle key
|
static Map<String,String> |
RESERVED_WORDS_MYSQL
The map of reserved words in ORACLE with their alias
|
static Map<String,String> |
RESERVED_WORDS_ORACLE
The map of reserved words in ORACLE with their alias
|
| Modifier | Constructor and Description |
|---|---|
private |
ReservedWordsUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Map<String,String>> |
getReservedWords()
Get the reserved words
|
public static final String MYSQL_KEY
public static final String ORACLE_KEY
public static final Map<String,String> RESERVED_WORDS_MYSQL
public static final Map<String,String> RESERVED_WORDS_ORACLE
private ReservedWordsUtils()