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

public enum SQLVersion extends Enum<SQLVersion> implements Version
Enum containing the ANSI SQL Standard Versions - features are not guaranteed to be complete, just add them if you are sure they are part of the standard :)
See Also: