-
- All Superinterfaces:
FeatureSet
,FeatureSetValidation
,ValidationCapability
- All Known Implementing Classes:
DatabaseType
,H2Version
,MariaDbVersion
,MySqlVersion
,OracleVersion
,PostgresqlVersion
,SqlServerVersion
,SQLVersion
public interface Version extends FeatureSetValidation
-
-
Field Summary
-
Fields inherited from interface net.sf.jsqlparser.util.validation.feature.FeatureSetValidation
DEFAULT_NAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ValidationException
getMessage(Feature feature)
java.lang.String
getVersionString()
-
Methods inherited from interface net.sf.jsqlparser.parser.feature.FeatureSet
contains, copy, getFeaturesClone, getNotContained, retainAll
-
Methods inherited from interface net.sf.jsqlparser.util.validation.feature.FeatureSetValidation
getFeatures, getName, validate
-
Methods inherited from interface net.sf.jsqlparser.util.validation.ValidationCapability
toError, toError
-
-
-
-
Method Detail
-
getVersionString
java.lang.String getVersionString()
- Returns:
- the version string
-
getMessage
default ValidationException getMessage(Feature feature)
- Specified by:
getMessage
in interfaceFeatureSetValidation
- Returns:
featureName + " not supported."
-
-