NOTE: This table is reserved for future use.
Column Name | Data Type | Default | Description |
---|---|---|---|
QUERY_ID | CHAR(160) CHARACTER SET ISO88591 COLLATE DEFAULT | NO DEFAULT NOT NULL | Primary Key Unique ID for the SQL statement, generated by the SQL compiler. |
TEXT_TYPE | INT | NO DEFAULT NOT NULL | Primary Key Reserved for future use. |
SUB_ID | INT | NO DEFAULT NOT NULL | Primary Key Reserved for future use. |
SEQ_NUM | INT | NO DEFAULT NOT NULL | Primary Key Reserved for future use. |
FLAGS | LARGEINT | NO DEFAULT NOT NULL | Reserved for future use. |
TEXT | VARCHAR(50000) CHARACTER SET ISO88591 COLLATE DEFAULT | NO DEFAULT NOT NULL | Reserved for future use. |
Return to the Trafodion Manageability page.