| 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 | Description |
|---|---|
| AbstractDbObject |
Useful base class for many, if not all the
DbObject implementations. |
| Column |
Represents a column in a database table.
|
| 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.
|
| Sequence |
Represents a database sequence.
|
| Table |
Instances of this class represent a database table.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.