Using Methods to Exclude RPS Mapping Elements

The following table summarizes the methods defined in the RelationalView class (for details, see Volume 2 of the JADE Encyclopaedia of Classes) that enable you to programmatically customize an RPS mapping and create the subsequent exclusion command file.

Method Description
createExcludedJcfFile Creates the JADE command file (.jcf file) to exclude all tables and columns currently excluded in the RPS mapping
excludeTableColumnName Excludes the specified column in the table from the RPS mapping
excludeTableName Excludes the table specified in the tableName parameter from the RPS mapping
getExcludedTableColumnNames Returns a reference to an array of excluded column names in the specified table in the RPS mapping
getExcludedTableNames Returns a reference to an array of excluded table names defined in the RPS mapping
getTableColumnNames Returns a reference to an array of column names specified by table name in the table
getTableNames Returns a reference to an array of names of tables defined in the RPS mapping