Package org.alfresco.util.schemacomp.model


package org.alfresco.util.schemacomp.model
  • Class
    Description
    Useful base class for many, if not all the DbObject implementations.
    Represents a column in a database table.
    All database objects to be modelled for schema comparisons must implement this interface, examples of which include: schemas, tables, indexes, primary keys, foreign keys, sequences and columns.
    Represents a foreign key on a database table (localColumn) that references targetTable.targetColumn
    Represents an index on a table.
    Primary key on a table.
    Instances of this class represent a database schema.
    Represents a database sequence.
    Instances of this class represent a database table.