public class FeaturesAllowed extends Object implements FeatureSetValidation, ModifyableFeatureSet
| 限定符和类型 | 字段和说明 |
|---|---|
static FeaturesAllowed |
ALTER
all "ALTER"
Feature's |
static FeaturesAllowed |
CREATE
all "CREATE"
Feature's |
static FeaturesAllowed |
DDL
all DDL
Feature's |
static FeaturesAllowed |
DELETE
|
static FeaturesAllowed |
DML
all DML
Feature's |
static FeaturesAllowed |
DROP
all "DROP"
Feature's |
static FeaturesAllowed |
EXECUTE |
static FeaturesAllowed |
EXPRESSIONS |
static FeaturesAllowed |
INSERT
|
static FeaturesAllowed |
JDBC |
static FeaturesAllowed |
MERGE
all
Feature' for SQL MERGE other similar commands |
static FeaturesAllowed |
SELECT
all
Feature' within SQL SELECT without modification features like
Feature.selectInto, but jdbc-features like
Feature.jdbcParameter and Feature.jdbcNamedParameter |
static FeaturesAllowed |
UPDATE
|
DEFAULT_NAME| 构造器和说明 |
|---|
FeaturesAllowed(Feature... features) |
FeaturesAllowed(String name,
Feature... features) |
| 限定符和类型 | 方法和说明 |
|---|---|
FeaturesAllowed |
add(Collection<Feature> features) |
FeaturesAllowed |
add(Feature... features) |
FeaturesAllowed |
add(FeatureSet... featureSets) |
FeaturesAllowed |
copy() |
Set<Feature> |
getFeatures() |
ValidationException |
getMessage(Feature feature) |
String |
getName() |
FeaturesAllowed |
remove(Collection<Feature> features) |
FeaturesAllowed |
remove(Feature... features) |
FeaturesAllowed |
remove(FeatureSet... featureSets) |
FeaturesAllowed |
unmodifyable()
makes the inner
Feature-set unmodifiable |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidatetoError, toErrorcontains, getFeaturesClone, getNotContained, retainAllpublic static final FeaturesAllowed JDBC
public static final FeaturesAllowed EXPRESSIONS
public static final FeaturesAllowed SELECT
Feature' within SQL SELECT without modification features like
Feature.selectInto, but jdbc-features like
Feature.jdbcParameter and Feature.jdbcNamedParameterpublic static final FeaturesAllowed INSERT
public static final FeaturesAllowed UPDATE
public static final FeaturesAllowed DELETE
public static final FeaturesAllowed MERGE
Feature' for SQL MERGE other similar commandspublic static final FeaturesAllowed DML
Feature'spublic static final FeaturesAllowed EXECUTE
public static final FeaturesAllowed CREATE
Feature'spublic static final FeaturesAllowed ALTER
Feature'spublic static final FeaturesAllowed DROP
Feature'spublic static final FeaturesAllowed DDL
Feature'spublic FeaturesAllowed(Feature... features)
features - public FeaturesAllowed add(FeatureSet... featureSets)
add 在接口中 ModifyableFeatureSetfeatureSets - thispublic FeaturesAllowed add(Feature... features)
add 在接口中 ModifyableFeatureSetfeatures - thispublic FeaturesAllowed add(Collection<Feature> features)
add 在接口中 ModifyableFeatureSetfeatures - thispublic FeaturesAllowed remove(FeatureSet... featureSets)
remove 在接口中 ModifyableFeatureSetfeatureSets - thispublic FeaturesAllowed remove(Feature... features)
remove 在接口中 ModifyableFeatureSetfeatures - thispublic FeaturesAllowed remove(Collection<Feature> features)
remove 在接口中 ModifyableFeatureSetfeatures - thispublic FeaturesAllowed copy()
copy 在接口中 FeatureSetFeaturesAllowed objectunmodifyable()public FeaturesAllowed unmodifyable()
Feature-set unmodifiableunmodifyable 在接口中 ModifyableFeatureSetthiscopy()public ValidationException getMessage(Feature feature)
getMessage 在接口中 FeatureSetValidationfeatureName + " not allowed."public String getName()
getName 在接口中 FeatureSetValidationgetName 在接口中 ValidationCapabilityValidationCapabilitypublic Set<Feature> getFeatures()
getFeatures 在接口中 FeatureSetgetFeatures 在接口中 FeatureSetValidationFeature'sCopyright © 2026. All rights reserved.