| |
|
| java.lang.Object workbench.db.diff.ColumnDiff
ColumnDiff | public class ColumnDiff (Code) | | Compare two table columns for possible differences.
Currently the following attributes are checked:
- Data type (as returned from the database)
- NULL value allowed
- Default value
- Comments (if returned by the JDBC driver)
author: support@sql-workbench.net |
TAG_MODIFY_COLUMN | final public static String TAG_MODIFY_COLUMN(Code) | | |
getCompareJdbcTypes | public boolean getCompareJdbcTypes()(Code) | | |
getMigrateTargetXml | public StrBuffer getMigrateTargetXml()(Code) | | Return the XML describing how to modify the reference column
to get the same definition as the source column.
An empty string means that there are no differences
This does not include foreign key references.
|
setCompareComments | public void setCompareComments(boolean flag)(Code) | | |
setCompareForeignKeys | public void setCompareForeignKeys(boolean flag)(Code) | | |
setCompareJdbcTypes | public void setCompareJdbcTypes(boolean compareJdbcTypes)(Code) | | |
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
|
|
|
|