java.lang.Object |
↳ |
org.mybatis.generator.internal.db.SqlReservedWords |
Class Overview
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
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0)
|
final
void
|
wait(long arg0, int arg1)
|
|
Public Methods
public
static
boolean
containsWord
(String word)