Uses of Class
net.sf.jsqlparser.util.validation.feature.FeaturesAllowed
Packages that use FeaturesAllowed
-
Uses of FeaturesAllowed in net.sf.jsqlparser.util.validation.feature
Fields in net.sf.jsqlparser.util.validation.feature declared as FeaturesAllowedModifier and TypeFieldDescriptionstatic final FeaturesAllowed
FeaturesAllowed.ALTER
all "ALTER"Feature
'sstatic final FeaturesAllowed
FeaturesAllowed.CREATE
all "CREATE"Feature
'sstatic final FeaturesAllowed
FeaturesAllowed.DDL
all DDLFeature
'sstatic final FeaturesAllowed
FeaturesAllowed.DELETE
static final FeaturesAllowed
FeaturesAllowed.DML
all DMLFeature
'sstatic final FeaturesAllowed
FeaturesAllowed.DROP
all "DROP"Feature
'sstatic final FeaturesAllowed
FeaturesAllowed.EXECUTE
static final FeaturesAllowed
FeaturesAllowed.EXPRESSIONS
static final FeaturesAllowed
FeaturesAllowed.INSERT
static final FeaturesAllowed
FeaturesAllowed.JDBC
static final FeaturesAllowed
FeaturesAllowed.MERGE
allFeature
' for SQL MERGE other similar commandsstatic final FeaturesAllowed
FeaturesAllowed.SELECT
allFeature
' within SQL SELECT without modification features likeFeature.selectInto
, but jdbc-features likeFeature.jdbcParameter
andFeature.jdbcNamedParameter
static final FeaturesAllowed
FeaturesAllowed.UPDATE
Methods in net.sf.jsqlparser.util.validation.feature that return FeaturesAllowedModifier and TypeMethodDescriptionFeaturesAllowed.add
(Collection<Feature> features) FeaturesAllowed.add
(FeatureSet... featureSets) FeaturesAllowed.copy()
FeaturesAllowed.remove
(Collection<Feature> features) FeaturesAllowed.remove
(FeatureSet... featureSets) FeaturesAllowed.unmodifyable()
makes the innerFeature
-set unmodifiable