|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.drinkjava2.jdialects.ReservedDBWords
public class ReservedDBWords
Collect reserved words of all databases, keywords not included
| Method Summary | |
|---|---|
static boolean |
isReservedWord(Dialect dialect,
String word)
Check if is a dialect reserved word of ANSI-SQL reserved word |
static boolean |
isReservedWord(String word)
Check if is a reserved word of any database |
static String |
reservedForDB(String word)
Return database name of given reserved word |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isReservedWord(Dialect dialect,
String word)
public static boolean isReservedWord(String word)
public static String reservedForDB(String word)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||