Uses of Enum
net.sf.jsqlparser.parser.feature.Feature
Packages that use Feature
Package
Description
-
Uses of Feature in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser with parameters of type FeatureModifier and TypeMethodDescriptionboolean
AbstractJSqlParser.getAsBoolean
(Feature f) AbstractJSqlParser.withFeature
(Feature f, boolean enabled) AbstractJSqlParser.withFeature
(Feature f, long value) -
Uses of Feature in net.sf.jsqlparser.parser.feature
Fields in net.sf.jsqlparser.parser.feature with type parameters of type FeatureMethods in net.sf.jsqlparser.parser.feature that return FeatureModifier and TypeMethodDescriptionstatic Feature
Returns the enum constant of this type with the specified name.static Feature[]
Feature.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jsqlparser.parser.feature that return types with arguments of type FeatureModifier and TypeMethodDescriptionFeatureSet.getFeatures()
FeatureSet.getFeaturesClone()
FeatureSet.getNotContained
(Collection<Feature> features) FeatureSet.retainAll
(Collection<Feature> features) Methods in net.sf.jsqlparser.parser.feature with parameters of type FeatureModifier and TypeMethodDescriptiondefault boolean
boolean
FeatureConfiguration.getAsBoolean
(Feature f) FeatureConfiguration.getAsString
(Feature f) Method parameters in net.sf.jsqlparser.parser.feature with type arguments of type FeatureModifier and TypeMethodDescriptionModifyableFeatureSet.add
(Collection<Feature> features) FeatureSet.getNotContained
(Collection<Feature> features) ModifyableFeatureSet.remove
(Collection<Feature> features) FeatureSet.retainAll
(Collection<Feature> features) -
Uses of Feature in net.sf.jsqlparser.util.validation
Methods in net.sf.jsqlparser.util.validation with parameters of type FeatureModifier and TypeMethodDescriptionboolean
ValidationContext.getAsBoolean
(Feature f) ValidationContext.getAsString
(Feature f) -
Uses of Feature in net.sf.jsqlparser.util.validation.feature
Fields in net.sf.jsqlparser.util.validation.feature with type parameters of type FeatureModifier and TypeFieldDescriptionFeaturesAllowed.features
H2Version.features
MariaDbVersion.features
MySqlVersion.features
OracleVersion.features
PostgresqlVersion.features
SqlServerVersion.features
SQLVersion.features
Methods in net.sf.jsqlparser.util.validation.feature that return types with arguments of type FeatureModifier and TypeMethodDescriptionDatabaseType.getFeatures()
FeaturesAllowed.getFeatures()
FeatureSetValidation.getFeatures()
H2Version.getFeatures()
MariaDbVersion.getFeatures()
MySqlVersion.getFeatures()
OracleVersion.getFeatures()
PostgresqlVersion.getFeatures()
SqlServerVersion.getFeatures()
SQLVersion.getFeatures()
Methods in net.sf.jsqlparser.util.validation.feature with parameters of type FeatureModifier and TypeMethodDescriptionFeaturesAllowed.getMessage
(Feature feature) FeatureSetValidation.getMessage
(Feature feature) default ValidationException
Version.getMessage
(Feature feature) Method parameters in net.sf.jsqlparser.util.validation.feature with type arguments of type FeatureModifier and TypeMethodDescriptionFeaturesAllowed.add
(Collection<Feature> features) FeaturesAllowed.remove
(Collection<Feature> features) Constructors in net.sf.jsqlparser.util.validation.feature with parameters of type FeatureModifierConstructorDescriptionFeaturesAllowed
(String name, Feature... features) FeaturesAllowed
(Feature... features) Constructor parameters in net.sf.jsqlparser.util.validation.feature with type arguments of type FeatureModifierConstructorDescriptionprivate
private
private
MariaDbVersion
(String versionString, Set<Feature> featuresSupported) private
private
MySqlVersion
(String versionString, Set<Feature> featuresSupported) private
private
OracleVersion
(String versionString, Set<Feature> featuresSupported) private
private
PostgresqlVersion
(String versionString, Set<Feature> featuresSupported) private
private
SqlServerVersion
(String versionString, Set<Feature> featuresSupported) private
private
SQLVersion
(String versionString, Set<Feature> featuresSupported) private
-
Uses of Feature in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type FeatureModifier and TypeMethodDescriptionprotected void
AbstractValidator.validateFeature
(Feature feature) Iterates through allValidationCapability
and validates the feature withAbstractValidator.validateFeature(ValidationCapability, Feature)
protected void
AbstractValidator.validateFeature
(ValidationCapability capability, boolean condition, Feature feature) protected void
AbstractValidator.validateFeature
(ValidationCapability capability, Feature feature) Validates if givenValidationCapability
is aFeatureSetValidation
protected void
AbstractValidator.validateFeatureAndName
(Feature feature, NamedObject namedObject, String fqn) Iterates through allValidationCapability
and validates the name withAbstractValidator.validateName(ValidationCapability, NamedObject, String)
the feature withAbstractValidator.validateFeature(ValidationCapability, Feature)
protected void
AbstractValidator.validateFeatureAndNameWithAlias
(Feature feature, NamedObject namedObject, String fqn, String alias) Iterates through allValidationCapability
and validates the name withAbstractValidator.validateName(ValidationCapability, NamedObject, String)
the feature withAbstractValidator.validateFeature(ValidationCapability, Feature)
protected void
AbstractValidator.validateOptionalFeature
(ValidationCapability capability, Object element, Feature feature) Validates for the feature if given element is notnull
protected void
AbstractValidator.validateOptionalFeature
(ValidationCapability capability, List<?> elements, Feature feature) validates for the feature if given elements is not empty - seeAbstractValidator.isNotEmpty(Collection)