[SYSUDTLIB.] udt_name [ attribute [...] ]
Syntax Elements
- SYSUDTLIB.
- The name of the database in which all UDTs are created.
- udt_name
- The name of a UDT that was created with a CREATE TYPE statement.
- attribute
- Appropriate data type attributes.A UDT column supports the following attributes:
- NULL
- NOT NULL
- FORMAT
- TITLE
- NAMED
- DEFAULT NULL
For details on using data type attributes with UDTs, see:A UDT column does not support column storage or column constraint attributes.