Creating object types v16
You can use the CREATE TYPE
command to create an object type specification and the CREATE TYPE BODY
command to create an object type body. The examples that follow use the CREATE TYPE
and CREATE TYPE BODY
commands.
The first example creates the addr_object_type
object type that contains only attributes and no methods:
Since there are no methods in this object type, an object type body isn't required. This example creates a composite type, which allows you to treat related objects as a single attribute.
member_methods static_methods constructor_methods