|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.clazzes.jdbc2xml.schema.TableSorter
public abstract class TableSorter
This class is used to analyse the foreign key dependencies of a list of tables.
Constructor Summary | |
---|---|
TableSorter()
|
Method Summary | |
---|---|
static void |
sortTablesByFKDepth(java.util.List<? extends SortableTableDescription> tables)
This subroutine classifies tables by their foreign key dependencies. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableSorter()
Method Detail |
---|
public static void sortTablesByFKDepth(java.util.List<? extends SortableTableDescription> tables)
SortableTableDescription
objects is
initialized and the list sort w.r.t. to this depth.
tables
- A list of sortable table informations.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |