Category: Schema
Database: DBC
| View Column | Data Type | Format | Description |
|---|---|---|---|
| DatabaseName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | Name of the database in which the table having period column. |
| Table_Name | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | Name of the table in which period column exists. |
| Period_Name | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | Name of a period column in a table. |
| Fid | SMALLINT NOT NULL | ---,--9 | Field id of a period column in a table. |
| Tid | BYTE(6) NOT NULL | X(12) | Table id of the table in which period column exists. |
| DBid | BYTE(4) NOT NULL | X(8) | Database id of the database in which the table is having period column. |
| START_COLUMN_NAME | VARCHAR(128) UNICODE NOT CASESPECIFIC | X(128) | Name of the begin column of a derived period, otherwise returns null. |
| END_COLUMN_NAME | VARCHAR(128) UNICODE NOT CASESPECIFIC | X(128) | Name of the end column of a derived period, otherwise returns null. |