SYSCOLATTRIBS
The syscolattribs system catalog table describes the characteristics of smart large objects, namely CLOB and BLOB data types.
It contains one row for each sbspace referenced in the PUT clause of the CREATE TABLE statement or of the ALTER TABLE statement.
Column | Type | Explanation |
---|---|---|
tabid | INTEGER | Code uniquely identifying the table |
colno | SMALLINT | Number of the column that contains the smart large object |
extentsize | INTEGER | Pages in smart-large-object extent, expressed in KB |
flags | INTEGER | Integer representation of the combination (by
addition) of hexadecimal values of the following parameters:
|
flags1 | INTEGER | Reserved for future use |
sbspace | VARCHAR(128) | Name of the sbspace |
A composite index on the tabid, colno, and sbspace columns allows only unique combinations of these values.