public enum MySqlVersion extends Enum<MySqlVersion> implements Version
| Enum Constant and Description |
|---|
V8_0 |
DEFAULT_NAME| Modifier and Type | Method and Description |
|---|---|
Set<Feature> |
getFeatures() |
String |
getName() |
String |
getVersionString() |
static MySqlVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySqlVersion[] |
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 MySqlVersion V8_0
public static MySqlVersion[] values()
for (MySqlVersion c : MySqlVersion.values()) System.out.println(c);
public static MySqlVersion 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.