| Package | Description |
|---|---|
| net.sf.jsqlparser.parser.feature | |
| net.sf.jsqlparser.util.validation.feature |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModifyableFeatureSet |
| Modifier and Type | Method and Description |
|---|---|
FeatureSet |
ModifyableFeatureSet.unmodifyable()
makes the inner
Feature-set unmodifiable |
FeatureSet |
ModifyableFeatureSet.unmodifyable()
makes the inner
Feature-set unmodifiable |
| Modifier and Type | Method and Description |
|---|---|
ModifyableFeatureSet |
ModifyableFeatureSet.add(FeatureSet... featureSets) |
ModifyableFeatureSet |
ModifyableFeatureSet.add(FeatureSet... featureSets) |
ModifyableFeatureSet |
ModifyableFeatureSet.remove(FeatureSet... featureSets) |
ModifyableFeatureSet |
ModifyableFeatureSet.remove(FeatureSet... featureSets) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FeatureSetValidation |
interface |
Version |
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseType
The DatabaseType is named like the identifier used within the
jdbc-connection-url (upper case), this may change in future, therefore use
DatabaseType.get(String) to retrieve the DatabaseType. |
class |
FeaturesAllowed
Privileges/Features allowed
|
class |
H2Version
Please add Features supported and place a link to public documentation
|
class |
MariaDbVersion
Please add Features supported and place a link to public documentation
|
class |
MySqlVersion
Please add Features supported and place a link to public documentation
|
class |
OracleVersion
Please add Features supported and place a link to public documentation
|
class |
PostgresqlVersion
Please add Features supported and place a link to public documentation
|
class |
SqlServerVersion
Please add Features supported and place a link to public documentation
|
class |
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
:)
|
| Modifier and Type | Method and Description |
|---|---|
FeaturesAllowed |
FeaturesAllowed.add(FeatureSet... featureSets) |
FeaturesAllowed |
FeaturesAllowed.add(FeatureSet... featureSets) |
FeaturesAllowed |
FeaturesAllowed.remove(FeatureSet... featureSets) |
FeaturesAllowed |
FeaturesAllowed.remove(FeatureSet... featureSets) |
Copyright © 2004–2024 JSQLParser. All rights reserved.