Class TableOrderTool


  • public class TableOrderTool
    extends Object
    Order tables by foreign key constraints, i.e. the foreign keys of a database schema spawn an directed (possibly cyclic!) graph of dependencies. The tool tries to create of sequential order either in top-down (starting at the root nodes) or bottom-up (starting at the leaves) manner.
    If there are cycles in the dependencies, we choose the node with the fewest incoming/outgoing edges.

    © 2012-2034 akquinet tech@spree

    Author:
    M. Dahm
    • Constructor Detail

      • TableOrderTool

        public TableOrderTool()