Interface | Description |
---|---|
ComparisonUtils |
Utilities for comparing data structures in the context of comparing two database schemas.
|
DbObjectVisitor |
Defines a visitor that can operate on a DbObject.
|
MultiFileDumper.DbToXMLFactory |
Class | Description |
---|---|
DbObjectXMLTransformer |
Converts DbObject instances into an XML output stream.
|
DbObjectXMLTransformerTest |
Tests for the
DbObjectXMLTransformer class. |
DbProperty |
A pointer to a specific DbObject property and its value (at time of creating the DbProperty object).
|
DbPropertyTest | |
DbPropertyTest.MyDbObject | |
DbToXML |
Tool to export a database schema to an XML file.
|
DbToXMLTest |
Tests for the DbToXML class.
|
DefaultComparisonUtils |
A collection of utility methods for determining differences between two database schemas.
|
DefaultComparisonUtils.EquivalentObjectSeeker | |
DefaultComparisonUtilsTest |
Tests for the SchemaUtils class.
|
DefaultComparisonUtilsTest.DatabaseObject | |
DefaultComparisonUtilsTest.DbObjectWithCollection | |
DiffContext |
A context made available to schema differencing and validation operations.
|
Difference |
Result of a comparison between two database objects.
|
Difference.Where |
Specifies the type of differences
|
DifferenceTest |
Tests for the
Difference class. |
ExportDb |
Exports a database schema to an in-memory
Schema object. |
ExportDbTest |
Tests for the ExportDb class.
|
MultiFileDumper |
Given a set of database object prefixes (e.g.
|
MultiFileDumper.DbToXMLFactoryImpl | |
MultiFileDumperTest |
Tests for the MultiFileDumper class.
|
RedundantDbObject |
If more than one DB item in the target schema matches a reference DB item
then this result will be issued.
|
RedundantDbObjectTest |
Tests for the
RedundantDbObject class. |
Result |
Base class for the result of a differencing or validation operation.
|
Results |
Collects differences so that tools can report on or respond to differences between database schemas.
|
SchemaComparator |
Compares two abstract database schemas, a reference schema and a target schema (the schema to check for validity).
|
SchemaComparatorTest |
Tests for the SchmeaComparator class.
|
SchemaCompPackageTestSuite |
Test suite running all the tests in the schemacomp package - and subpackages.
|
SchemaCompTestingUtils | |
SchemaCompTestSuite |
Test suite for tests in the schemacomp package.
|
SchemaReferenceFileTest |
Test intended for use in the continuous integration system that checks whether the
schema reference file (for whichever database the tests are being run against)
is in sync with the actual schema.
|
SchemaToXML |
Converts an in-memory Schema to an XML output stream.
|
SchemaToXMLTest |
Tests for the SchemaToXML class.
|
ValidatingVisitor |
Invokes the correct validator for a given DbObject.
|
ValidatingVisitorTest |
Tests for the ValidatingVisitor class.
|
ValidationResult |
Results of a validation operation.
|
ValidationResultTest |
Tests for the
ValidationResult class. |
XML |
Constants relating to the XML representation of the schema data model.
|
XMLToSchema |
Parse an XML document representing a database schema.
|
XMLToSchemaTest |
Tests for the XMLToSchema class.
|
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.