Class ReservedWordsUtils
- java.lang.Object
-
- org.ametys.plugins.contentio.export.sql.ReservedWordsUtils
-
public final class ReservedWordsUtils extends Object
The reserved words utils
-
-
Field Summary
Fields Modifier and Type Field Description static String
MYSQL_KEY
The MYSQL keystatic String
ORACLE_KEY
The Oracle keystatic Map<String,String>
RESERVED_WORDS_MYSQL
The map of reserved words in ORACLE with their aliasstatic Map<String,String>
RESERVED_WORDS_ORACLE
The map of reserved words in ORACLE with their alias
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,Map<String,String>>
getReservedWords()
Get the reserved words
-
-
-
Field Detail
-
MYSQL_KEY
public static final String MYSQL_KEY
The MYSQL key- See Also:
- Constant Field Values
-
ORACLE_KEY
public static final String ORACLE_KEY
The Oracle key- See Also:
- Constant Field Values
-
RESERVED_WORDS_MYSQL
public static final Map<String,String> RESERVED_WORDS_MYSQL
The map of reserved words in ORACLE with their alias
-
RESERVED_WORDS_ORACLE
public static final Map<String,String> RESERVED_WORDS_ORACLE
The map of reserved words in ORACLE with their alias
-
-