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