| |
|
| java.lang.Object net.sourceforge.squirrel_sql.plugins.dbdiff.ColumnDifference
ColumnDifference | public class ColumnDifference (Code) | | This class is responsible for identifying and storing differences between
columns in a table.
author: manningr |
ColumnDifference | public ColumnDifference()(Code) | | |
col1AllowsNull | public boolean col1AllowsNull()(Code) | | |
col2AllowsNull | public boolean col2AllowsNull()(Code) | | |
execute | public boolean execute()(Code) | | Returns a boolean indicating whether or not the two columns are different
in any aspect.
|
getCol1Length | public int getCol1Length()(Code) | | |
getCol1Type | public int getCol1Type()(Code) | | |
getCol2Length | public int getCol2Length()(Code) | | |
getCol2Type | public int getCol2Type()(Code) | | |
getColumnName | public String getColumnName()(Code) | | the columnName |
getTableName | public String getTableName()(Code) | | the tableName |
isCol1Exists | public boolean isCol1Exists()(Code) | | the col1Exists |
isCol2Exists | public boolean isCol2Exists()(Code) | | the col2Exists |
lengthsEqual | public boolean lengthsEqual()(Code) | | |
nullableEqual | public boolean nullableEqual()(Code) | | |
remarksEqual | public boolean remarksEqual()(Code) | | |
setCol1Exists | public void setCol1Exists(boolean col1Exists)(Code) | | Parameters: col1Exists - the col1Exists to set |
setCol2Exists | public void setCol2Exists(boolean col2Exists)(Code) | | Parameters: col2Exists - the col2Exists to set |
setColumnName | public void setColumnName(String columnName)(Code) | | Parameters: columnName - the columnName to set |
setTableName | public void setTableName(String tableName)(Code) | | Parameters: tableName - the tableName to set |
typesEqual | public boolean typesEqual()(Code) | | |
|
|
|