- SYSUDTLIB
- The optional name of the containing database for array_type name.
- array_type_name
- The name of the one-dimensional ARRAY type to be created.
- data_type
- The data type on which the one-dimensional ARRAY type is based.
- number_of_elements
- The number of elements in the one-dimensional ARRAY type being created. This must be an unsigned INTEGER value.
- DEFAULT NULL
- Initialize all of the elements of array_type_name to null when the type is constructed.