public interface ForeignKey
| Modifier and Type | Method and Description |
|---|---|
Column<?,?>[] |
getColumns()
The columns for the foreign key.
|
String |
getName()
The name of the foreign key.
|
ForeignKeyStrategy |
getOnDelete()
The strategy to do on delete.
|
ForeignKeyStrategy |
getOnUpdate()
The strategy to do on update.
|
Table |
getReferences()
The references for the foreign key.
|
Table |
getTable()
The table of the foreign key.
|
String getName()
Table getTable()
Column<?,?>[] getColumns()
Table getReferences()
ForeignKeyStrategy getOnUpdate()
ForeignKeyStrategy getOnDelete()
Copyright © 2015–2018 Bridje Framework. All rights reserved.