| 程序包 | 说明 |
|---|---|
| com.javaoffers.thrid.jsqlparser.statement | |
| com.javaoffers.thrid.jsqlparser.statement.alter | |
| com.javaoffers.thrid.jsqlparser.statement.create.table |
| 限定符和类型 | 方法和说明 |
|---|---|
ReferentialAction.Type |
ReferentialAction.getType() |
static ReferentialAction.Type |
ReferentialAction.Type.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ReferentialAction.Type[] |
ReferentialAction.Type.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ReferentialAction.setType(ReferentialAction.Type type) |
ReferentialAction |
ReferentialAction.withType(ReferentialAction.Type type) |
| 构造器和说明 |
|---|
ReferentialAction(ReferentialAction.Type type,
ReferentialAction.Action action) |
| 限定符和类型 | 方法和说明 |
|---|---|
ReferentialAction |
AlterExpression.getReferentialAction(ReferentialAction.Type type) |
void |
AlterExpression.removeReferentialAction(ReferentialAction.Type type) |
void |
AlterExpression.setReferentialAction(ReferentialAction.Type type,
ReferentialAction.Action action) |
AlterExpression |
AlterExpression.withReferentialAction(ReferentialAction.Type type,
ReferentialAction.Action action) |
| 限定符和类型 | 方法和说明 |
|---|---|
ReferentialAction |
ForeignKeyIndex.getReferentialAction(ReferentialAction.Type type) |
void |
ForeignKeyIndex.removeReferentialAction(ReferentialAction.Type type) |
void |
ForeignKeyIndex.setReferentialAction(ReferentialAction.Type type,
ReferentialAction.Action action) |
ForeignKeyIndex |
ForeignKeyIndex.withReferentialAction(ReferentialAction.Type type,
ReferentialAction.Action action) |
Copyright © 2026. All rights reserved.