| Package | Description |
|---|---|
| net.sf.jsqlparser.util.validation.feature |
| Modifier and Type | Field and Description |
|---|---|
static FeaturesAllowed |
FeaturesAllowed.ALTER
all "ALTER"
Feature's |
static FeaturesAllowed |
FeaturesAllowed.ALTER
all "ALTER"
Feature's |
static FeaturesAllowed |
FeaturesAllowed.CREATE
all "CREATE"
Feature's |
static FeaturesAllowed |
FeaturesAllowed.CREATE
all "CREATE"
Feature's |
static FeaturesAllowed |
FeaturesAllowed.DDL
all DDL
Feature's |
static FeaturesAllowed |
FeaturesAllowed.DDL
all DDL
Feature's |
static FeaturesAllowed |
FeaturesAllowed.DELETE
|
static FeaturesAllowed |
FeaturesAllowed.DELETE
|
static FeaturesAllowed |
FeaturesAllowed.DML
all DML
Feature's |
static FeaturesAllowed |
FeaturesAllowed.DML
all DML
Feature's |
static FeaturesAllowed |
FeaturesAllowed.DROP
all "DROP"
Feature's |
static FeaturesAllowed |
FeaturesAllowed.DROP
all "DROP"
Feature's |
static FeaturesAllowed |
FeaturesAllowed.EXECUTE |
static FeaturesAllowed |
FeaturesAllowed.EXECUTE |
static FeaturesAllowed |
FeaturesAllowed.EXPRESSIONS |
static FeaturesAllowed |
FeaturesAllowed.EXPRESSIONS |
static FeaturesAllowed |
FeaturesAllowed.INSERT
|
static FeaturesAllowed |
FeaturesAllowed.INSERT
|
static FeaturesAllowed |
FeaturesAllowed.JDBC |
static FeaturesAllowed |
FeaturesAllowed.JDBC |
static FeaturesAllowed |
FeaturesAllowed.MERGE
all
Feature' for SQL MERGE other similar commands |
static FeaturesAllowed |
FeaturesAllowed.MERGE
all
Feature' for SQL MERGE other similar commands |
static FeaturesAllowed |
FeaturesAllowed.SELECT
all
Feature' within SQL SELECT without modification features like
Feature.selectInto, but jdbc-features like
Feature.jdbcParameter and Feature.jdbcNamedParameter |
static FeaturesAllowed |
FeaturesAllowed.SELECT
all
Feature' within SQL SELECT without modification features like
Feature.selectInto, but jdbc-features like
Feature.jdbcParameter and Feature.jdbcNamedParameter |
static FeaturesAllowed |
FeaturesAllowed.UPDATE
|
static FeaturesAllowed |
FeaturesAllowed.UPDATE
|
| Modifier and Type | Method and Description |
|---|---|
FeaturesAllowed |
FeaturesAllowed.add(Collection<Feature> features) |
FeaturesAllowed |
FeaturesAllowed.add(Collection<Feature> features) |
FeaturesAllowed |
FeaturesAllowed.add(Feature... features) |
FeaturesAllowed |
FeaturesAllowed.add(Feature... features) |
FeaturesAllowed |
FeaturesAllowed.add(FeatureSet... featureSets) |
FeaturesAllowed |
FeaturesAllowed.add(FeatureSet... featureSets) |
FeaturesAllowed |
FeaturesAllowed.copy() |
FeaturesAllowed |
FeaturesAllowed.copy() |
FeaturesAllowed |
FeaturesAllowed.remove(Collection<Feature> features) |
FeaturesAllowed |
FeaturesAllowed.remove(Collection<Feature> features) |
FeaturesAllowed |
FeaturesAllowed.remove(Feature... features) |
FeaturesAllowed |
FeaturesAllowed.remove(Feature... features) |
FeaturesAllowed |
FeaturesAllowed.remove(FeatureSet... featureSets) |
FeaturesAllowed |
FeaturesAllowed.remove(FeatureSet... featureSets) |
FeaturesAllowed |
FeaturesAllowed.unmodifyable()
makes the inner
Feature-set unmodifiable |
FeaturesAllowed |
FeaturesAllowed.unmodifyable()
makes the inner
Feature-set unmodifiable |
Copyright © 2004–2023 JSQLParser. All rights reserved.