Category: Operations
Database: DBC
| View Column | Data Type | Format | Description |
|---|---|---|---|
| FunctionAliasName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | Name of the Function Alias. |
| NameInfo | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | Name portion specified in the custom-clause. |
| ValueInfo | VARCHAR(31000) UNICODE NOT CASESPECIFIC | X(31000) | The value portion specified in the custom-clause. |
| ValueType | CHAR(1) LATIN NOT CASESPECIFIC | X(1) | Indicates whether the value specified in the custom-clause is either SELECT/Value/System. |
| NVPType | VARCHAR(7) UNICODE NOT CASESPECIFIC | X(7) | Indicates whether the name value pair is either IN/OUT/GENERIC. |