Class TPlsqlCreateTypeBody

All Implemented Interfaces:
IRelation, Visitable, Iterator<TSourceToken>

The CREATE TYPE BODY defines or implements the member methods defined in the object type specification. You create object types with the CREATE TYPE(TPlsqlCreateType) and the CREATE TYPE BODY(TPlsqlCreateTypeBody) statements.