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, valueOfgetMessagevalidatetoError, toErrorcontains, copy, getFeaturesClone, getNotContained, retainAllpublic 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 Versionpublic Set<Feature> getFeatures()
getFeatures in interface FeatureSetgetFeatures in interface FeatureSetValidationFeature'spublic String getName()
getName in interface FeatureSetValidationgetName in interface ValidationCapabilityValidationCapabilityCopyright © 2004–2023 JSQLParser. All rights reserved.