Category: Schema
Database: DBC
| View Column | Data Type | Format | Description |
|---|---|---|---|
| DataBaseName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The name of the database in which the table resides. |
| TableName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The name of a table or join index. |
| TableKind | CHAR(1) LATIN NOT CASESPECIFIC | X(1) | Type of table. |
| RequestText | VARCHAR(32000) UNICODE NOT CASESPECIFIC NOT NULL | X(32000) | The text of the most recent data definition statement used to change the table, view, or macro. |
| LineNo | SMALLINT NOT NULL | ---,--9 | The number that corresponds to the running sequence number of the multiple rows of text stored in DBC.TextTbl. |