| Package | Description |
|---|---|
| net.sf.jsqlparser.statement | |
| net.sf.jsqlparser.statement.alter | |
| net.sf.jsqlparser.statement.create.table |
| Modifier and Type | Method and Description |
|---|---|
static ReferentialAction.Type |
ReferentialAction.Type.from(String name) |
static ReferentialAction.Type |
ReferentialAction.Type.from(String name) |
ReferentialAction.Type |
ReferentialAction.getType() |
ReferentialAction.Type |
ReferentialAction.getType() |
static ReferentialAction.Type |
ReferentialAction.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferentialAction.Type |
ReferentialAction.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferentialAction.Type[] |
ReferentialAction.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ReferentialAction.Type[] |
ReferentialAction.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReferentialAction.setType(ReferentialAction.Type type) |
void |
ReferentialAction.setType(ReferentialAction.Type type) |
ReferentialAction |
ReferentialAction.withType(ReferentialAction.Type type) |
ReferentialAction |
ReferentialAction.withType(ReferentialAction.Type type) |
| Constructor and Description |
|---|
ReferentialAction(ReferentialAction.Type type,
ReferentialAction.Action action) |
ReferentialAction(ReferentialAction.Type type,
ReferentialAction.Action action) |
| Modifier and Type | Method and Description |
|---|---|
ReferentialAction |
AlterExpression.getReferentialAction(ReferentialAction.Type type) |
ReferentialAction |
AlterExpression.getReferentialAction(ReferentialAction.Type type) |
void |
AlterExpression.removeReferentialAction(ReferentialAction.Type type) |
void |
AlterExpression.removeReferentialAction(ReferentialAction.Type type) |
void |
AlterExpression.setReferentialAction(ReferentialAction.Type type,
ReferentialAction.Action action) |
void |
AlterExpression.setReferentialAction(ReferentialAction.Type type,
ReferentialAction.Action action) |
AlterExpression |
AlterExpression.withReferentialAction(ReferentialAction.Type type,
ReferentialAction.Action action) |
AlterExpression |
AlterExpression.withReferentialAction(ReferentialAction.Type type,
ReferentialAction.Action action) |
| Modifier and Type | Method and Description |
|---|---|
ReferentialAction |
ForeignKeyIndex.getReferentialAction(ReferentialAction.Type type) |
ReferentialAction |
ForeignKeyIndex.getReferentialAction(ReferentialAction.Type type) |
void |
ForeignKeyIndex.removeReferentialAction(ReferentialAction.Type type) |
void |
ForeignKeyIndex.removeReferentialAction(ReferentialAction.Type type) |
void |
ForeignKeyIndex.setReferentialAction(ReferentialAction.Type type,
ReferentialAction.Action action) |
void |
ForeignKeyIndex.setReferentialAction(ReferentialAction.Type type,
ReferentialAction.Action action) |
ForeignKeyIndex |
ForeignKeyIndex.withReferentialAction(ReferentialAction.Type type,
ReferentialAction.Action action) |
ForeignKeyIndex |
ForeignKeyIndex.withReferentialAction(ReferentialAction.Type type,
ReferentialAction.Action action) |
Copyright © 2004–2023 JSQLParser. All rights reserved.