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 interface
ModifyableFeatureSet
Methods in net.sf.jsqlparser.parser.feature that return FeatureSet Modifier and Type Method Description FeatureSet
ModifyableFeatureSet. unmodifyable()
makes the innerFeature
-set unmodifiableMethods in net.sf.jsqlparser.parser.feature with parameters of type FeatureSet Modifier and Type Method Description ModifyableFeatureSet
ModifyableFeatureSet. add(FeatureSet... featureSets)
ModifyableFeatureSet
ModifyableFeatureSet. 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 interface
FeatureSetValidation
interface
Version
Classes in net.sf.jsqlparser.util.validation.feature that implement FeatureSet Modifier and Type Class Description class
DatabaseType
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
FeaturesAllowed
Privileges/Features allowedclass
H2Version
Please add Features supported and place a link to public documentationclass
MariaDbVersion
Please add Features supported and place a link to public documentationclass
MySqlVersion
Please add Features supported and place a link to public documentationclass
OracleVersion
Please add Features supported and place a link to public documentationclass
PostgresqlVersion
Please add Features supported and place a link to public documentationclass
SqlServerVersion
Please add Features supported and place a link to public documentationclass
SQLVersion
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 FeatureSet Modifier and Type Method Description FeaturesAllowed
FeaturesAllowed. add(FeatureSet... featureSets)
FeaturesAllowed
FeaturesAllowed. remove(FeatureSet... featureSets)
-