Previous Topic: View Column EditorNext Topic: Defining View Column Properties for Target Databases


Define Basic View Column Properties

In a physical model based on either the MySQL, ODBC, or Sybase target server, the <database> tab in the Table Column Editor contains options for defining common table column properties such as physical data type and null option.

Use the General tab in the View Column Editor to manage view column properties in a physical model.

To define view column properties

  1. Right-click a view column in the Model Explorer and click Properties.

    The View Column Editor opens.

  2. Select the view from the View drop-down that contains the column that you want to define.
  3. Select the column in the Navigation Grid that you want to define.

    Note: Click New New icon in property editors to create a new object on the toolbar to create a new column. Use the Enter filter text box to filter a very large list of columns to quickly locate the one that you want to define.

  4. Click the General tab and work with the following options:
    Domain Parent

    Displays the current parent domain. You can change the domain using the check boxes. Use the toolbar to sort the domain list or open the Domain Editor to work with domains.

    Name

    Displays the view column name. You can change the name in this field or specify one of the following naming options:

    Inherit Button for Restoring Property Inheritance Inherit

    Specifies to inherit the view column name from the domain.

    Override Property Inheritance Override

    Specifies to override inheritance of the view column name.

    Harden Button for Hardening a Property or Name Harden

    Specifies to harden the view column name.

    Physical Data Type

    Lets you select a data type from the drop-down list to apply to the selected column. If the selected data type requires a value for precision, scale, or both, enter the value inside the data type parentheses. For example, you can select the DECIMAL() data type and specify a precision of 2 and a scale of 10 inside the parentheses to assign the data type DECIMAL(2,10) to the selected column.

  5. Click Close.

    View column properties are defined and the View Column Editor closes.