| Package | Description |
|---|---|
| net.sf.jsqlparser.parser.feature | |
| net.sf.jsqlparser.util.validation | |
| net.sf.jsqlparser.util.validation.feature | |
| net.sf.jsqlparser.util.validation.validator |
| Modifier and Type | Method and Description |
|---|---|
static Feature |
Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Feature |
Feature.valueOf(String name)
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.
|
static Feature[] |
Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Feature> |
FeatureSet.getFeatures() |
Set<Feature> |
FeatureSet.getFeatures() |
default Set<Feature> |
FeatureSet.getFeaturesClone() |
default Set<Feature> |
FeatureSet.getFeaturesClone() |
default Set<Feature> |
FeatureSet.getNotContained(Collection<Feature> features) |
default Set<Feature> |
FeatureSet.getNotContained(Collection<Feature> features) |
default Set<Feature> |
FeatureSet.retainAll(Collection<Feature> features) |
default Set<Feature> |
FeatureSet.retainAll(Collection<Feature> features) |
| Modifier and Type | Method and Description |
|---|---|
ModifyableFeatureSet |
ModifyableFeatureSet.add(Feature... features) |
ModifyableFeatureSet |
ModifyableFeatureSet.add(Feature... features) |
default boolean |
FeatureSet.contains(Feature feature) |
default boolean |
FeatureSet.contains(Feature feature) |
boolean |
FeatureConfiguration.getAsBoolean(Feature f) |
boolean |
FeatureConfiguration.getAsBoolean(Feature f) |
Integer |
FeatureConfiguration.getAsInteger(Feature f) |
Integer |
FeatureConfiguration.getAsInteger(Feature f) |
String |
FeatureConfiguration.getAsString(Feature f) |
String |
FeatureConfiguration.getAsString(Feature f) |
Object |
FeatureConfiguration.getValue(Feature feature) |
Object |
FeatureConfiguration.getValue(Feature feature) |
ModifyableFeatureSet |
ModifyableFeatureSet.remove(Feature... features) |
ModifyableFeatureSet |
ModifyableFeatureSet.remove(Feature... features) |
FeatureConfiguration |
FeatureConfiguration.setValue(Feature feature,
Object value) |
FeatureConfiguration |
FeatureConfiguration.setValue(Feature feature,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
ModifyableFeatureSet |
ModifyableFeatureSet.add(Collection<Feature> features) |
ModifyableFeatureSet |
ModifyableFeatureSet.add(Collection<Feature> features) |
default Set<Feature> |
FeatureSet.getNotContained(Collection<Feature> features) |
default Set<Feature> |
FeatureSet.getNotContained(Collection<Feature> features) |
ModifyableFeatureSet |
ModifyableFeatureSet.remove(Collection<Feature> features) |
ModifyableFeatureSet |
ModifyableFeatureSet.remove(Collection<Feature> features) |
default Set<Feature> |
FeatureSet.retainAll(Collection<Feature> features) |
default Set<Feature> |
FeatureSet.retainAll(Collection<Feature> features) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ValidationContext.getAsBoolean(Feature f) |
boolean |
ValidationContext.getAsBoolean(Feature f) |
String |
ValidationContext.getAsString(Feature f) |
String |
ValidationContext.getAsString(Feature f) |
| Modifier and Type | Method and Description |
|---|---|
Set<Feature> |
DatabaseType.getFeatures() |
Set<Feature> |
FeaturesAllowed.getFeatures() |
Set<Feature> |
FeatureSetValidation.getFeatures() |
Set<Feature> |
H2Version.getFeatures() |
Set<Feature> |
MariaDbVersion.getFeatures() |
Set<Feature> |
MySqlVersion.getFeatures() |
Set<Feature> |
OracleVersion.getFeatures() |
Set<Feature> |
PostgresqlVersion.getFeatures() |
Set<Feature> |
SqlServerVersion.getFeatures() |
Set<Feature> |
SQLVersion.getFeatures() |
Set<Feature> |
SQLVersion.getFeatures() |
Set<Feature> |
SqlServerVersion.getFeatures() |
Set<Feature> |
PostgresqlVersion.getFeatures() |
Set<Feature> |
OracleVersion.getFeatures() |
Set<Feature> |
MySqlVersion.getFeatures() |
Set<Feature> |
MariaDbVersion.getFeatures() |
Set<Feature> |
H2Version.getFeatures() |
Set<Feature> |
FeatureSetValidation.getFeatures() |
Set<Feature> |
FeaturesAllowed.getFeatures() |
Set<Feature> |
DatabaseType.getFeatures() |
| Modifier and Type | Method and Description |
|---|---|
FeaturesAllowed |
FeaturesAllowed.add(Feature... features) |
FeaturesAllowed |
FeaturesAllowed.add(Feature... features) |
ValidationException |
FeaturesAllowed.getMessage(Feature feature) |
ValidationException |
FeatureSetValidation.getMessage(Feature feature) |
default ValidationException |
Version.getMessage(Feature feature) |
default ValidationException |
Version.getMessage(Feature feature) |
ValidationException |
FeatureSetValidation.getMessage(Feature feature) |
ValidationException |
FeaturesAllowed.getMessage(Feature feature) |
FeaturesAllowed |
FeaturesAllowed.remove(Feature... features) |
FeaturesAllowed |
FeaturesAllowed.remove(Feature... features) |
| Modifier and Type | Method and Description |
|---|---|
FeaturesAllowed |
FeaturesAllowed.add(Collection<Feature> features) |
FeaturesAllowed |
FeaturesAllowed.add(Collection<Feature> features) |
FeaturesAllowed |
FeaturesAllowed.remove(Collection<Feature> features) |
FeaturesAllowed |
FeaturesAllowed.remove(Collection<Feature> features) |
| Constructor and Description |
|---|
FeaturesAllowed(Feature... features) |
FeaturesAllowed(Feature... features) |
FeaturesAllowed(String name,
Feature... features) |
FeaturesAllowed(String name,
Feature... features) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractValidator.validateFeature(Feature feature)
Iterates through all
ValidationCapability and validates the feature
with AbstractValidator.validateFeature(ValidationCapability, Feature) |
protected void |
AbstractValidator.validateFeature(Feature feature)
Iterates through all
ValidationCapability and validates the feature
with AbstractValidator.validateFeature(ValidationCapability, Feature) |
protected void |
AbstractValidator.validateFeature(ValidationCapability capability,
boolean condition,
Feature feature)
|
protected void |
AbstractValidator.validateFeature(ValidationCapability capability,
boolean condition,
Feature feature)
|
protected void |
AbstractValidator.validateFeature(ValidationCapability capability,
Feature feature)
Validates if given
ValidationCapability is a
FeatureSetValidation |
protected void |
AbstractValidator.validateFeature(ValidationCapability capability,
Feature feature)
Validates if given
ValidationCapability is a
FeatureSetValidation |
protected void |
AbstractValidator.validateFeatureAndName(Feature feature,
NamedObject namedObject,
String fqn)
Iterates through all
ValidationCapability and validates
the name with
AbstractValidator.validateName(ValidationCapability, NamedObject, String)
the feature with
AbstractValidator.validateFeature(ValidationCapability, Feature)
|
protected void |
AbstractValidator.validateFeatureAndName(Feature feature,
NamedObject namedObject,
String fqn)
Iterates through all
ValidationCapability and validates
the name with
AbstractValidator.validateName(ValidationCapability, NamedObject, String)
the feature with
AbstractValidator.validateFeature(ValidationCapability, Feature)
|
protected void |
AbstractValidator.validateFeatureAndNameWithAlias(Feature feature,
NamedObject namedObject,
String fqn,
String alias)
Iterates through all
ValidationCapability and validates
the name with
AbstractValidator.validateName(ValidationCapability, NamedObject, String)
the feature with
AbstractValidator.validateFeature(ValidationCapability, Feature)
|
protected void |
AbstractValidator.validateFeatureAndNameWithAlias(Feature feature,
NamedObject namedObject,
String fqn,
String alias)
Iterates through all
ValidationCapability and validates
the name with
AbstractValidator.validateName(ValidationCapability, NamedObject, String)
the feature with
AbstractValidator.validateFeature(ValidationCapability, Feature)
|
protected void |
AbstractValidator.validateOptionalFeature(ValidationCapability capability,
List<?> elements,
Feature feature)
validates for the feature if given elements is not empty - see
AbstractValidator.isNotEmpty(Collection) |
protected void |
AbstractValidator.validateOptionalFeature(ValidationCapability capability,
List<?> elements,
Feature feature)
validates for the feature if given elements is not empty - see
AbstractValidator.isNotEmpty(Collection) |
protected void |
AbstractValidator.validateOptionalFeature(ValidationCapability capability,
Object element,
Feature feature)
Validates for the feature if given element is not
null |
protected void |
AbstractValidator.validateOptionalFeature(ValidationCapability capability,
Object element,
Feature feature)
Validates for the feature if given element is not
null |
Copyright © 2004–2023 JSQLParser. All rights reserved.