Object Method Nodes

This section covers the following topics:

About Object Method Nodes

An Object Method node is a child node of an Object Type node. It represents a member method in the object type. A member method can be a procedure or a function on a constructor of the Object Type.The node is named after the method. Overloaded methods in the object type have the same name. Overloaded constructors in the object type have the same name. Specific icons indicate if a method is a function or procedure. Object methods of the base type that are overridden in the derived UDT type are displayed, but those that are not overridden are not displayed.

Menu Options

Menu Option Description

Edit Object Type Specification…

Opens the Object Type specification in the PL/SQL Editor.

The Object Type specification appears in the code window as editable text, starting with OBJECT TYPE Object_Type_name.

Edit Object Type Body…

Opens the Object Type body in the PL/SQL Editor. The Object Type body appears in the code window as editable text, starting with OBJECT TYPE BODY Object_Type_name.

If the associated Object Type body (with the node) is deleted from the database, then a message appears indicating that this object no longer exists in the database.

Refresh

Updates the Object Type node and the associated child nodes.

Properties

Displays the Properties window.