| Package | Description |
|---|---|
| net.akaish.kitty.orm.constraints.column | |
| net.akaish.kitty.orm.constraints.table |
| Modifier and Type | Field and Description |
|---|---|
protected ForeignKeyReference |
ForeignKeyColumnConstraint.foreignKeyReference |
| Constructor and Description |
|---|
ForeignKeyColumnConstraint(ForeignKeyReference foreignKeyReference) |
| Modifier and Type | Field and Description |
|---|---|
protected ForeignKeyReference |
ForeignKeyTableConstraint.foreignKeyReference |
| Constructor and Description |
|---|
ForeignKeyTableConstraint(java.lang.String constraintName,
ForeignKeyReference foreignKeyReference,
java.lang.String... columns) |