Data Warehouse Center Application Integration Guide

FLG.NAMEINST table

The FLG.NAMEINST table contains the name of every object in the information catalog.

The FLGID column is the primary key of the table.

The INSTNAME and TYPENAME columns are indexes of the table.

Table 66 provides information about each column found in the FLG.NAMEINST table.

Table 66. FLG.NAMEINST table column properties
Column name Data type Description Nullable NLS
FLGID CHAR(16) The 16-character object instance ID. No SBCS
TYPENAME VARCHAR(80) The external name of the object type. No Both SBCS and DBCS
INSTNAME VARCHAR(80) The external name of an object instance. No Both SBCS and DBCS
Note:

NLS: National Language Support

SBCS: Single Byte Character Set

DBCS: Double Byte Character Set


[ Top of Page | Previous Page | Next Page ]