The SQL_FEATURES view contains one row for each feature supported by the
database manager. The following table describes the columns in the
view:
Column Name | Data Type | Description |
---|---|---|
FEATURE_ID | VARCHAR(7) | ANS and ISO feature ID |
FEATURE_NAME | VARCHAR(128) | The name of the ANS and ISO feature. |
SUB_FEATURE_ID | VARCHAR(7) | ANS and ISO subfeature ID |
SUB_FEATURE_NAME | VARCHAR(256) | The name of the ANS and ISO subfeature. |
IS_SUPPORTED | VARCHAR(3) | Indicates whether the feature is supported:
|
IS_VERIFIED_BY | VARCHAR(128)
Nullable | Reserved. Contains the null value. |
COMMENTS | VARCHAR(2000)
Nullable | Reserved. Contains the null value. |
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.