public class SqlReservedWords extends Object
That is, they might cause sql syntax errors if used.
| Constructor and Description |
|---|
SqlReservedWords() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addKeyword(String keyword)
Add a sql keyword to the known set.
|
static boolean |
isKeyword(String keyword)
Return true if the tableAlias is a keyword.
|
Copyright © 2014. All Rights Reserved.