| Package | Description |
|---|---|
| org.alfresco.util.schemacomp | |
| org.alfresco.util.schemacomp.model |
| Modifier and Type | Method and Description |
|---|---|
Schema |
DiffContext.getReferenceSchema() |
Schema |
XMLToSchema.getSchema() |
Schema |
ExportDb.getSchema() |
Schema |
DiffContext.getTargetSchema() |
| Constructor and Description |
|---|
DiffContext(Dialect dialect,
Results results,
Schema referenceSchema,
Schema targetSchema)
Constructor.
|
DiffContext(Dialect dialect,
Schema referenceSchema,
Schema targetSchema)
Constructor.
|
SchemaComparator(Schema referenceSchema,
Schema targetSchema,
Dialect dialect)
Construct a comparator to compare a target schema against a reference schema.
|
SchemaToXML(Schema schema,
StreamResult streamResult) |
| Constructor and Description |
|---|
Table(Schema parentSchema,
String name,
Collection<Column> columns,
PrimaryKey primaryKey,
Collection<ForeignKey> foreignKeys,
Collection<Index> indexes) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.