Package | Description |
---|---|
org.alfresco.util.schemacomp.model |
Modifier and Type | Method and Description |
---|---|
List<Index> |
Table.getIndexes() |
Modifier and Type | Method and Description |
---|---|
void |
Table.setIndexes(Collection<Index> indexes) |
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.