| コンストラクタと説明 |
|---|
TableOrderer() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<Table> |
getTablesOrderedByRI(Collection<Table> tables,
Collection<ForeignKeyConstraint> recursiveConstraints)
Returns a list of
Tables ordered such that parents are listed first
and child tables are listed last. |
public List<Table> getTablesOrderedByRI(Collection<Table> tables, Collection<ForeignKeyConstraint> recursiveConstraints)
Tables ordered such that parents are listed first
and child tables are listed last.
recursiveConstraints gets populated with TableConstraints
that had to be removed to resolve the returned list.recursiveConstraints - Copyright © 2016. All Rights Reserved.