| |
|
| java.lang.Object workbench.db.diff.TableDiff
TableDiff | public class TableDiff (Code) | | Compares and evaluates the difference between a reference table
and a target table.
Comparing the columns is delegated to
ColumnDiff author: support@sql-workbench.net |
TAG_ADD_COLUMN | final public static String TAG_ADD_COLUMN(Code) | | |
TAG_MODIFY_TABLE | final public static String TAG_MODIFY_TABLE(Code) | | |
TAG_REMOVE_COLUMN | final public static String TAG_REMOVE_COLUMN(Code) | | |
TAG_RENAME_TABLE | final public static String TAG_RENAME_TABLE(Code) | | |
TAG_TABLE_CONS | final public static String TAG_TABLE_CONS(Code) | | |
getMigrateTargetXml | public StrBuffer getMigrateTargetXml()(Code) | | Return the XML that describes how the target table needs to
modified in order to get the same structure as the reference table.
An empty string means that there are no differences
|
setIndent | public void setIndent(String ind)(Code) | | Set an indent for generating the XML
|
setIndent | public void setIndent(StrBuffer ind)(Code) | | Set an indent for generating the XML
|
|
|
|