USER_TYPES v15
The USER_TYPES view provides information about all object types owned by the current user.
| Name | Type | Description |
|---|---|---|
schema_name | TEXT | Name of the schema in which the type is defined. |
type_name | TEXT | Name of the type. |
type_oid | OID | The object identifier (OID) of the type. |
typecode | TEXT | The typecode of the type. Possible values are: OBJECT, COLLECTION, OTHER. |
attributes | INTEGER | Number of attributes in the type. |