public interface BuildFkReferencesStep
| Modifier and Type | Method and Description |
|---|---|
BuildFkFinalStep |
strategy(ForeignKeyStrategy stategy)
Adds the ON DELTE, ON UPDATE strategy for the foreign key.
|
BuildFkFinalStep |
strategy(ForeignKeyStrategy onUpdate,
ForeignKeyStrategy onDelete)
Adds the ON DELTE, ON UPDATE strategy for the foreign key.
|
BuildFkFinalStep strategy(ForeignKeyStrategy onUpdate, ForeignKeyStrategy onDelete)
onUpdate - The ON DELETE strategy.onDelete - The ON UPDATE strategy.BuildFkFinalStep strategy(ForeignKeyStrategy stategy)
stategy - The ON DELETE, ON UPDATE strategy.Copyright © 2015–2018 Bridje Framework. All rights reserved.