|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableChangeFeedback
This interface represents a mapping from one table to another, including the mapping of fields.
IVerifyDatabaseFeedback.getTableChangeFeedbacks()
Method Summary | |
---|---|
FieldMappingInfos |
getFieldMappingInfos()
Gets the collection of a field mappings from the original to the target table. |
java.lang.String |
getTableAlias()
Gets the alias of the original table for the field mappings. |
ITable |
getTargetTable()
Gets the target table for the field mappings. |
void |
setFieldMappingInfos(FieldMappingInfos infos)
Sets the field mappings from the original to the target table. |
void |
setTableAlias(java.lang.String alias)
Sets the original table. |
void |
setTargetTable(ITable table)
Sets the target table. |
Method Detail |
---|
java.lang.String getTableAlias()
ITable getTargetTable()
ITable
.FieldMappingInfos getFieldMappingInfos()
FieldMappingInfos
describing the field mappings.void setTableAlias(java.lang.String alias)
alias
- The alias of the original table.void setTargetTable(ITable table)
table
- The new target ITable
for the fields.void setFieldMappingInfos(FieldMappingInfos infos)
infos
- The FieldMappingInfos
describing which fields in
the original table are mapped to which fields in the target table.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |