public class SchemaComparator extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CHAR_SET |
static String |
LINE_SEPARATOR |
Constructor and Description |
---|
SchemaComparator(Schema referenceSchema,
Schema targetSchema,
org.hibernate.dialect.Dialect dialect)
Construct a comparator to compare a target schema against a reference schema.
|
Modifier and Type | Method and Description |
---|---|
Results |
getComparisonResults() |
void |
validateAndCompare() |
public static final String CHAR_SET
public static final String LINE_SEPARATOR
public SchemaComparator(Schema referenceSchema, Schema targetSchema, org.hibernate.dialect.Dialect dialect)
referenceSchema
- SchematargetSchema
- Schemadialect
- Dialectpublic void validateAndCompare()
public Results getComparisonResults()
Copyright © 2005–2017 Alfresco Software. All rights reserved.