| Package | Description |
|---|---|
| org.alfresco.util.schemacomp.model |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
Table.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.setColumns(Collection<Column> columns) |
| 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–2018 Alfresco Software. All rights reserved.