| 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.Action |
ReferentialAction.Action.byAction(String action) |
static ReferentialAction.Action |
ReferentialAction.Action.byAction(String action) |
ReferentialAction.Action |
ReferentialAction.getAction() |
ReferentialAction.Action |
ReferentialAction.getAction() |
static ReferentialAction.Action |
ReferentialAction.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferentialAction.Action |
ReferentialAction.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferentialAction.Action[] |
ReferentialAction.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ReferentialAction.Action[] |
ReferentialAction.Action.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.setAction(ReferentialAction.Action action) |
void |
ReferentialAction.setAction(ReferentialAction.Action action) |
ReferentialAction |
ReferentialAction.withAction(ReferentialAction.Action action) |
ReferentialAction |
ReferentialAction.withAction(ReferentialAction.Action action) |
| Constructor and Description |
|---|
ReferentialAction(ReferentialAction.Type type,
ReferentialAction.Action action) |
ReferentialAction(ReferentialAction.Type type,
ReferentialAction.Action action) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
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.