Uses of Class
de.akquinet.jbosscc.guttenbase.tools.schema.comparison.SchemaCompatibilityIssues
-
Packages that use SchemaCompatibilityIssues Package Description de.akquinet.jbosscc.guttenbase.tools.schema.comparison -
-
Uses of SchemaCompatibilityIssues in de.akquinet.jbosscc.guttenbase.tools.schema.comparison
Methods in de.akquinet.jbosscc.guttenbase.tools.schema.comparison that return SchemaCompatibilityIssues Modifier and Type Method Description SchemaCompatibilityIssuesSchemaComparatorTool. check(String sourceConnectorId, String targetConnectorId)Check compatibility of both connectors/schemata.SchemaCompatibilityIssuesSchemaComparatorTool. checkDuplicateIndexes(TableMetaData table)SchemaCompatibilityIssuesSchemaComparatorTool. checkEqualColumns(String sourceConnectorId, String targetConnectorId, TableMetaData tableMetaData1, TableMetaData tableMetaData2)SchemaCompatibilityIssuesSchemaComparatorTool. checkEqualForeignKeys(TableMetaData sourceTable, TableMetaData targetTable)SchemaCompatibilityIssuesSchemaComparatorTool. checkEqualIndexes(TableMetaData sourceTable, TableMetaData targetTable)SchemaCompatibilityIssuesSchemaComparatorTool. checkForeignKeys(TableMetaData table)
-