public enum PostgresqlVersion extends Enum<PostgresqlVersion> implements Version
DEFAULT_NAME| Modifier and Type | Method and Description |
|---|---|
Set<Feature> |
getFeatures() |
String |
getName() |
String |
getVersionString() |
static PostgresqlVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgresqlVersion[] |
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 PostgresqlVersion V10
public static final PostgresqlVersion V11
public static final PostgresqlVersion V12
public static PostgresqlVersion[] values()
for (PostgresqlVersion c : PostgresqlVersion.values()) System.out.println(c);
public static PostgresqlVersion 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–2021 JSQLParser. All rights reserved.