GaussDB-MY_TYPES

22 阅读1分钟

GaussDB-MY_TYPES

MY_TYPES describes all object types owned by the current user. All users can access this view. This view exists in the PG_CATALOG and SYS schemas.

NameTypeDescription
type_namecharacter varying(128)Type name.
type_oidrawType OID
typecodecharacter varying(128)Type code.
attributesnumericNumber of attributes in a type.
methodsnumericNot supported. Set it to 0.
predefinedcharacter varying(3)Specifies whether the type is a predefined type.
incompletecharacter varying(3)Specifies whether the type is incomplete.
finalcharacter varying(3)Not supported. Set it to NULL.
instantiablecharacter varying(3)Not supported. Set it to NULL.
persistablecharacter varying(3)Not supported. Set it to NULL.
supertype_ownercharacter varying(128)Not supported. Set it to NULL.
supertype_namecharacter varying(128)Not supported. Set it to NULL.
local_attributesnumericNot supported. Set it to NULL.
local_methodsnumericNot supported. Set it to NULL.
typeidrawNot supported. Set it to NULL.

更多详情请参考GaussDB 文档中心:doc.hcs.huawei.com/db/zh-cn/ga…