public enum SqlServerVersion extends Enum<SqlServerVersion> implements Version
Enum Constant and Description |
---|
V2019 |
DEFAULT_NAME
Modifier and Type | Method and Description |
---|---|
Set<Feature> |
getFeatures() |
String |
getName() |
String |
getVersionString() |
static SqlServerVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlServerVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getMessage
validate
toError, toError
contains, copy, getFeaturesClone, getNotContained, retainAll
public static final SqlServerVersion V2019
public static SqlServerVersion[] values()
for (SqlServerVersion c : SqlServerVersion.values()) System.out.println(c);
public static SqlServerVersion valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getVersionString()
getVersionString
in interface Version
public Set<Feature> getFeatures()
getFeatures
in interface FeatureSet
getFeatures
in interface FeatureSetValidation
Feature
'spublic String getName()
getName
in interface FeatureSetValidation
getName
in interface ValidationCapability
ValidationCapability
Copyright © 2004–2021 JSQLParser. All rights reserved.