Abstract Data Type Attribute

The Abstract Data Types Attribute category is located in the Root > Script > Objects category, and can contain the following items that define how abstract data type attributes are modeled for your DBMS.

Item

Description

[Common items]

The following common object items may be defined for abstract data type attributes:

  • Add

  • AfterCreate, AfterDrop, AfterModify

  • BeforeCreate, BeforeDrop, BeforeModify

  • Create, Drop, Modify

  • ModifiableAttributes

  • ReversedQueries, ReversedStatements

  • SqlListQuery

For a description of each of these common items, see Common object items.

AllowedADT

Specifies a list of abstract data types which can be used as data types for abstract data type attributes.

Example (Oracle 10g):

OBJECT
TABLE
VARRAY

If you select the type OBJECT for an abstract data type, an Attributes tab appears in the abstract data type property sheet, allowing you to specify the attributes of the object data type.