Class form
|
|
5.5 The External Mapping tab is used primarily for external classes (classes created by the Connector and Metadata accelerator rXXXXXXXXXXXX and linked by a Database Table data instance to a table in an external database.)
XXXXXXXXXX REVISE 6.2 for Database Class Mappings LANDING PAGE XXXXXXXXXX
Ordinarily, this tab is completed by the Connector and Metadata accelerator and no changes are required. Note the special case described below.
Field |
Description |
External Table Column Mapping |
Optional. Leave blank unless this class is an external class that represents a table in an external database (generated by the Connector and Metadata Accelerator), or you are replicating scalar embedded properties as described below. BUG-5356 and CODE-215 Fields in this section map the property rules generated for the class rule to the columns in the external table. See About generating connectors with the Connector and Metadata accelerator. |
Column Name |
For generated class rules, the name of a column in the external table. PROJ-616 |
Property Name |
For generated class rules, the name of the property rule that represents the table column in the Column Name field. BUG-3276 |
XXXXXXXXXX REVALIDATE IS THIS STILL APPROPRIATE TO INCLUDE?
For a concrete internal class, you can use this tab to expose match an embedded Single Value
property in a database column. WERDA/CLINB/BIXBS 11/17/09
For example, the embedded property .pyPreferences.pyCaptionDisplay for an user who is a developer records a preference for whether that operator wants to see rule names, or Short Description text. (This property has one of the two values NAME or LABEL, as selected on the Preferences menu, View group.)
If it was important to use this embedded property as report selection criteria, the property must correspond to a column. Use these steps to make a (scalar) embedded property available as a database column.
pr_operator
s. The DBA created a text column named CAPTIONDISPLAY. (You can't use the Modify Database Schema wizard to add this column, because there is no property named CAPTIONDISPLAY.)This feature provides a direct but limited alternative to creating an Index- class and maintaining the index through a Declare Index rule, or to replicating the value to a second (top-level) property using a Declare Expression rule or Declare Trigger rule.
Notes: