| Package | Description |
|---|---|
| com.alibaba.druid.sql.ast.statement | |
| com.alibaba.druid.sql.dialect.mysql.ast |
| Modifier and Type | Method and Description |
|---|---|
SQLForeignKeyImpl.Option |
SQLColumnReference.getOnDelete() |
SQLForeignKeyImpl.Option |
SQLColumnReference.getOnUpdate() |
static SQLForeignKeyImpl.Option |
SQLForeignKeyImpl.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLForeignKeyImpl.Option[] |
SQLForeignKeyImpl.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLColumnReference.setOnDelete(SQLForeignKeyImpl.Option onDelete) |
void |
SQLColumnReference.setOnUpdate(SQLForeignKeyImpl.Option onUpdate) |
| Modifier and Type | Method and Description |
|---|---|
SQLForeignKeyImpl.Option |
MysqlForeignKey.getOnDelete() |
SQLForeignKeyImpl.Option |
MysqlForeignKey.getOnUpdate() |
| Modifier and Type | Method and Description |
|---|---|
void |
MysqlForeignKey.setOnDelete(SQLForeignKeyImpl.Option onDelete) |
void |
MysqlForeignKey.setOnUpdate(SQLForeignKeyImpl.Option onUpdate) |
Copyright © 2013–2018 Alibaba Group. All rights reserved.