Package org.alfresco.util.schemacomp.model
package org.alfresco.util.schemacomp.model
-
ClassDescriptionUseful base class for many, if not all the
DbObjectimplementations.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 referencestargetTable.targetColumnRepresents 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.