Class TPlsqlCreateType

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

The CREATE TYPE statement creates or replaces

the specification of an object type,represented by TPlsqlCreateType.

a SQLJ object type (not supported),

a named varying array (varray), represented by TPlsqlVarrayTypeDefStmt.

a nested table type, represented by TPlsqlTableTypeDefStmt.

or an incomplete object type, represented by TPlsqlCreateType.

element specification was generated in parse tree, but not public available currently.