Package | Description |
---|---|
org.alfresco.util.schemacomp.model |
Modifier and Type | Method and Description |
---|---|
List<ForeignKey> |
Table.getForeignKeys() |
Modifier and Type | Method and Description |
---|---|
void |
Table.setForeignKeys(Collection<ForeignKey> foreignKeys) |
Constructor and Description |
---|
Table(Schema parentSchema,
String name,
Collection<Column> columns,
PrimaryKey primaryKey,
Collection<ForeignKey> foreignKeys,
Collection<Index> indexes) |
Table(String name,
Collection<Column> columns,
PrimaryKey primaryKey,
Collection<ForeignKey> foreignKeys,
Collection<Index> indexes) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.