java.lang.Object
java.lang.Enum<H2Version>
net.sf.jsqlparser.util.validation.feature.H2Version
All Implemented Interfaces:
Serializable, Comparable<H2Version>, FeatureSet, FeatureSetValidation, Version, ValidationCapability

public enum H2Version extends Enum<H2Version> implements Version
Please add Features supported and place a link to public documentation
See Also:
  • Enum Constant Details

    • V_1_4_200

      public static final H2Version V_1_4_200
  • Field Details

    • features

      private Set<Feature> features
    • versionString

      private String versionString
  • Constructor Details

  • Method Details

    • values

      public static H2Version[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static H2Version valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getVersionString

      public String getVersionString()
      Specified by:
      getVersionString in interface Version
      Returns:
      the version string
    • getFeatures

      public Set<Feature> getFeatures()
      Specified by:
      getFeatures in interface FeatureSet
      Specified by:
      getFeatures in interface FeatureSetValidation
      Returns:
      all supported Feature's
    • getName

      public String getName()
      Specified by:
      getName in interface FeatureSetValidation
      Specified by:
      getName in interface ValidationCapability
      Returns:
      a name of this ValidationCapability