| Package | Description |
|---|---|
| com.alibaba.druid.sql.ast.statement | |
| com.alibaba.druid.sql.dialect.mysql.ast |
| Modifier and Type | Method and Description |
|---|---|
SQLForeignKeyImpl.Match |
SQLColumnReference.getReferenceMatch() |
static SQLForeignKeyImpl.Match |
SQLForeignKeyImpl.Match.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLForeignKeyImpl.Match[] |
SQLForeignKeyImpl.Match.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.setReferenceMatch(SQLForeignKeyImpl.Match referenceMatch) |
| Modifier and Type | Method and Description |
|---|---|
SQLForeignKeyImpl.Match |
MysqlForeignKey.getReferenceMatch() |
| Modifier and Type | Method and Description |
|---|---|
void |
MysqlForeignKey.setReferenceMatch(SQLForeignKeyImpl.Match referenceMatch) |
Copyright © 2013–2018 Alibaba Group. All rights reserved.