Class AnsiSqlKeywords


  • public final class AnsiSqlKeywords
    extends java.lang.Object
    Maintains the set of ANSI SQL keywords
    • 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

    • Method Detail

      • sql2003

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