Class AnsiSqlKeywords


  • public class AnsiSqlKeywords
    extends java.lang.Object
    Maintains the set of ANSI SQL keywords
    • Constructor Summary

      Constructors 
      Constructor Description
      AnsiSqlKeywords()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> sql2003()
      Retrieve all keywords defined by ANSI SQL:2003
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • AnsiSqlKeywords

        public AnsiSqlKeywords()
    • Method Detail

      • sql2003

        public java.util.Set<java.lang.String> sql2003()
        Retrieve all keywords defined by ANSI SQL:2003
        Returns:
        ANSI SQL:2003 keywords