Uses of Class
org.alfresco.util.schemacomp.model.Schema
-
Packages that use Schema Package Description org.alfresco.util.schemacomp org.alfresco.util.schemacomp.model -
-
Uses of Schema in org.alfresco.util.schemacomp
Methods in org.alfresco.util.schemacomp that return Schema Modifier and Type Method Description SchemaDiffContext. getReferenceSchema()SchemaExportDb. getSchema()SchemaXMLToSchema. getSchema()SchemaDiffContext. getTargetSchema()Constructors in org.alfresco.util.schemacomp with parameters of type Schema Constructor Description DiffContext(Dialect dialect, Schema referenceSchema, Schema targetSchema)Constructor.DiffContext(Dialect dialect, Results results, 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, javax.xml.transform.stream.StreamResult streamResult) -
Uses of Schema in org.alfresco.util.schemacomp.model
Constructors in org.alfresco.util.schemacomp.model with parameters of type Schema Constructor Description Table(Schema parentSchema, java.lang.String name, java.util.Collection<Column> columns, PrimaryKey primaryKey, java.util.Collection<ForeignKey> foreignKeys, java.util.Collection<Index> indexes)
-