Object type components v17
Object types are created and stored in the database by using the following two constructs of the SPL language:
- The object type specification. This construct is the public interface specifying the attributes and method signatures of the object type.
- The object type body. This construct contains the implementation of the methods specified in the object type specification.
object_type_specification_syntax object_type_body_syntax