Uses of Interface
net.sf.jsqlparser.parser.feature.FeatureSet
-
Packages that use FeatureSet Package Description net.sf.jsqlparser.parser.feature net.sf.jsqlparser.util.validation.feature -
-
Uses of FeatureSet in net.sf.jsqlparser.parser.feature
Subinterfaces of FeatureSet in net.sf.jsqlparser.parser.feature Modifier and Type Interface Description interfaceModifyableFeatureSetMethods in net.sf.jsqlparser.parser.feature that return FeatureSet Modifier and Type Method Description FeatureSetModifyableFeatureSet. unmodifyable()makes the innerFeature-set unmodifiableMethods in net.sf.jsqlparser.parser.feature with parameters of type FeatureSet Modifier and Type Method Description ModifyableFeatureSetModifyableFeatureSet. add(FeatureSet... featureSets)ModifyableFeatureSetModifyableFeatureSet. remove(FeatureSet... featureSets) -
Uses of FeatureSet in net.sf.jsqlparser.util.validation.feature
Subinterfaces of FeatureSet in net.sf.jsqlparser.util.validation.feature Modifier and Type Interface Description interfaceFeatureSetValidationinterfaceVersionClasses in net.sf.jsqlparser.util.validation.feature that implement FeatureSet Modifier and Type Class Description classDatabaseTypeThe 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.classFeaturesAllowedPrivileges/Features allowedclassH2VersionPlease add Features supported and place a link to public documentationclassMariaDbVersionPlease add Features supported and place a link to public documentationclassMySqlVersionPlease add Features supported and place a link to public documentationclassOracleVersionPlease add Features supported and place a link to public documentationclassPostgresqlVersionPlease add Features supported and place a link to public documentationclassSqlServerVersionPlease add Features supported and place a link to public documentationclassSQLVersionEnum 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 FeatureSet Modifier and Type Method Description FeaturesAllowedFeaturesAllowed. add(FeatureSet... featureSets)FeaturesAllowedFeaturesAllowed. remove(FeatureSet... featureSets)
-