47.11. lt_namespace_ext

lt_namespace_ext stores namespace extension information.

Table 47.11. lt_namespace_ext Columns

Column Type

Description

oid oid

Schema identifier.

nspname name

Schema name.

nspobjecttype oid

Object type OID corresponding to the schema, non-null for nsptype equals 't'.

nsptype char

If the schema is created by an object type, the value is 't'.

nspheadsrc text

Contains object function declarations for nsptype equals 't'.

nspbodysrc text

Contains object function definitions for nsptype equals 't'.


English|中文