| DbObjectXMLTransformer |
Converts DbObject instances into an XML output stream.
|
| DbProperty |
A pointer to a specific DbObject property and its value (at time of creating the DbProperty object).
|
| DbToXML |
Tool to export a database schema to an XML file.
|
| DefaultComparisonUtils |
A collection of utility methods for determining differences between two database schemas.
|
| DefaultComparisonUtils.EquivalentObjectSeeker |
|
| DiffContext |
A context made available to schema differencing and validation operations.
|
| Difference |
Result of a comparison between two database objects.
|
| ExportDb |
Exports a database schema to an in-memory Schema object.
|
| MultiFileDumper |
Given a set of database object prefixes (e.g.
|
| MultiFileDumper.DbToXMLFactoryImpl |
|
| RedundantDbObject |
If more than one DB item in the target schema matches a reference DB item
then this result will be issued.
|
| 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).
|
| SchemaToXML |
Converts an in-memory Schema to an XML output stream.
|
| ValidatingVisitor |
Invokes the correct validator for a given DbObject.
|
| ValidationResult |
Results of a validation operation.
|
| XML |
Constants relating to the XML representation of the schema data model.
|
| XMLToSchema |
Parse an XML document representing a database schema.
|