public interface TableDefinitionChangesPredicate
| Modifier and Type | Method and Description |
|---|---|
boolean |
areSupported(Table intermediateTable,
List changes)
Evaluates the given list of table changes and determines whether they are supported.
|
boolean areSupported(Table intermediateTable, List changes)
intermediateTable - The current table object which has certain non-table-definition
changes already applied (those that would come before the give
list of changes in the result of
ModelComparator.compare(org.apache.ddlutils.model.Database, org.apache.ddlutils.model.Database)changes - The non-empty list of changestrue if the current plaform supports themCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.