Package org.alfresco.util.schemacomp.model
-
Interface Summary Interface Description DbObject 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. -
Class Summary Class Description AbstractDbObject Useful base class for many, if not all theDbObjectimplementations.Column Represents a column in a database table.ForeignKey Represents a foreign key on a database table (localColumn) that referencestargetTable.targetColumnIndex Represents an index on a table.PrimaryKey Primary key on a table.Schema Instances of this class represent a database schema.Sequence Represents a database sequence.Table Instances of this class represent a database table.