SYSCAT.CONDITIONS catalog view
Each row represents a condition defined in a module.
| Column Name | Data Type | Nullable | Description |
|---|---|---|---|
| CONDSCHEMA | VARCHAR (128) | Schema name of the condition. | |
| CONDMODULENAME | VARCHAR (128) | Y | Unqualified name of the module to which the condition belongs. |
| CONDNAME | VARCHAR (128) | Unqualified name of the condition. | |
| CONDID | INTEGER | Identifier for the condition. | |
| CONDMODULEID | INTEGER | Y | Identifier of the module to which the condition belongs. |
| SQLSTATE | CHAR (5) | Y | SQLSTATE value associated with the condition. |
| OWNER | VARCHAR (128) | Authorization ID of the owner of the condition. | |
| OWNERTYPE | CHAR (1) |
|
|
| CREATE_TIME | TIMESTAMP | Time at which the condition was created. | |
| REMARKS | VARCHAR (254) | Y | User-provided comments, or the null value. |