org.makumba.commons
Class ReservedKeywords

java.lang.Object
  extended by org.makumba.commons.ReservedKeywords

public class ReservedKeywords
extends Object

Utility class containing all kind of reserved words which may cause problems if used as e.g. field names

Version:
$Id: ReservedKeywords.java 5153 2010-05-18 21:37:50Z rosso_nero $
Author:
Manuel Gay, Rudolf Mayer

Constructor Summary
ReservedKeywords()
           
 
Method Summary
static String getKeywordsAsString()
           
static Set<String> getReservedKeywords()
           
static boolean isReservedKeyword(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReservedKeywords

public ReservedKeywords()
Method Detail

getReservedKeywords

public static Set<String> getReservedKeywords()

isReservedKeyword

public static boolean isReservedKeyword(String s)

getKeywordsAsString

public static String getKeywordsAsString()