Creating the rciCircle data type

About this task

To create the rciCircle data type:

Procedure

  1. Choose Edit > Insert > Row Type and type the following information in the New Row Type wizard.
    Row type property Value
    Row type name rciCircle
    Inheritance No parent row type
    Columns
    • Name: center, type: rciPoint, cannot be NULL
    • Name: radius, type: double precision, cannot be NULL
    Object grant privileges Grant usage privileges
  2. Click Finish and then choose Project > Save to save your project.