| Package | Description |
|---|---|
| org.alfresco.util.schemacomp | |
| org.alfresco.util.schemacomp.model | |
| org.alfresco.util.schemacomp.validator |
| Class and 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.
|
| Schema
Instances of this class represent a database schema.
|
| Class and Description |
|---|
| AbstractDbObject
Useful base class for many, if not all the
DbObject implementations. |
| Column
Represents a column in a database table.
|
| 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.
|
| ForeignKey
Represents a foreign key on a database table (
localColumn) that references
targetTable.targetColumn |
| Index
Represents an index on a table.
|
| PrimaryKey
Primary key on a table.
|
| Schema
Instances of this class represent a database schema.
|
| Table
Instances of this class represent a database table.
|
| Class and 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.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.