|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mybatis.generator.internal.db.SqlReservedWords
public class SqlReservedWords
This class contains a somewhat comprehensive list of SQL reserved words. Since different databases have different reserved words, this list is inclusive of many different databases - so it may include words that are not reserved in some databases. This list is based on the list from Drupal Handbook: http://drupal.org/node/141051 With additions for DB2
Method Summary | |
---|---|
static boolean |
containsWord(java.lang.String word)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean containsWord(java.lang.String word)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |