| Package | Description |
|---|---|
| com.github.drinkjava2.jdialects.model |
| Modifier and Type | Method and Description |
|---|---|
FKeyConstraint |
Table.fkey(String... columnNames)
Start add a full foreign key definition in DDL, detail usage see demo
|
FKeyConstraint |
FKeyConstraint.ref(String refTableName,
String... refColumnNames) |
| Modifier and Type | Method and Description |
|---|---|
List<FKeyConstraint> |
Table.getFkeyConstraints() |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.setFkeyConstraints(List<FKeyConstraint> fkeyConstraints) |
Copyright © 2017. All rights reserved.