Uses of Interface
net.sf.jsqlparser.parser.feature.FeatureSet
Packages that use FeatureSet
-
Uses of FeatureSet in net.sf.jsqlparser.parser.feature
Subinterfaces of FeatureSet in net.sf.jsqlparser.parser.featureMethods in net.sf.jsqlparser.parser.feature that return FeatureSetModifier and TypeMethodDescriptionModifyableFeatureSet.unmodifyable()
makes the innerFeature
-set unmodifiableMethods in net.sf.jsqlparser.parser.feature with parameters of type FeatureSetModifier and TypeMethodDescriptionModifyableFeatureSet.add
(FeatureSet... featureSets) ModifyableFeatureSet.remove
(FeatureSet... featureSets) -
Uses of FeatureSet in net.sf.jsqlparser.util.validation.feature
Subinterfaces of FeatureSet in net.sf.jsqlparser.util.validation.featureClasses in net.sf.jsqlparser.util.validation.feature that implement FeatureSetModifier and TypeClassDescriptionenum
The DatabaseType is named like the identifier used within the jdbc-connection-url (upper case), this may change in future, therefore useDatabaseType.get(String)
to retrieve theDatabaseType
.class
Privileges/Features allowedenum
Please add Features supported and place a link to public documentationenum
Please add Features supported and place a link to public documentationenum
Please add Features supported and place a link to public documentationenum
Please add Features supported and place a link to public documentationenum
Please add Features supported and place a link to public documentationenum
Please add Features supported and place a link to public documentationenum
Enum containing the ANSI SQL Standard Versions - features are not guaranteed to be complete, just add them if you are sure they are part of the standard :)Methods in net.sf.jsqlparser.util.validation.feature with parameters of type FeatureSetModifier and TypeMethodDescriptionFeaturesAllowed.add
(FeatureSet... featureSets) FeaturesAllowed.remove
(FeatureSet... featureSets)