Package | Description |
---|---|
org.alfresco.util.schemacomp.model |
Modifier and Type | Class and Description |
---|---|
class |
Column
Represents a column in a database table.
|
class |
ForeignKey
Represents a foreign key on a database table (
localColumn ) that references
targetTable.targetColumn |
class |
Index
Represents an index on a table.
|
class |
PrimaryKey
Primary key on a table.
|
class |
Schema
Instances of this class represent a database schema.
|
class |
Sequence
Represents a database sequence.
|
class |
Table
Instances of this class represent a database table.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.