org.codehaus.modello.db
public class SQLReservedWords extends AbstractLogEnabled implements Initializable
Version: $Id: SQLReservedWords.java 817 2007-03-12 16:53:29Z joakime $
UNKNOWN: role="org.codehaus.modello.db.SQLReservedWords"
Nested Class Summary | |
---|---|
class | SQLReservedWords.KeywordSource |
Method Summary | |
---|---|
List | getKeywordSourceList(String word)
Obtain the list of KeywordSource objects that the specified (potential) keyword
(might) belong to.
|
String | getKeywordSourceString(String word)
Obtain the comma delimited string of keyword sources that the specified (potential) word
(might) belong to.
|
void | initialize() |
boolean | isKeyword(String word)
Tests the provided word to see if it is a keyword.
|
Parameters: word the word to test.
Returns: the List of KeywordSource objects, or null
if specified word is
not a reserved word.
Parameters: word the wor to test.
Returns: the String of keyword source names seperated by commas, or null
if word is
not a reserved word.
Parameters: word the word to test.
Returns: true if the provided word is a keyword.