SYSSEQUENCESDEP catalog table
The SYSSEQUENCESDEP table records the dependencies of identity columns and sequences. The schema is SYSIBM.
Column name | Data type | Description | Use |
---|---|---|---|
BSEQUENCEID | INTEGER
NOT NULL |
Internal identifier of the identity column or sequence. | G |
DCREATOR | VARCHAR(128)
NOT NULL |
The owner of the object that is dependent on this identity column or sequence. | G |
IBMREQD | CHAR(1)
NOT NULL |
A value of Y indicates that the row was provided with the Db2 product code. For all other values, see Release dependency indicators. The value in this field is not a reliable indicator of release dependencies. |
G |
DNAME | VARCHAR(128)
NOT NULL |
Name of the object that is dependent on this identity column or sequence. | G |
DCOLNAME | VARCHAR(128)
NOT NULL |
Name of the identity column. Blank for SQL function rows. | G |
DTYPE | CHAR(1)
NOT NULL WITH DEFAULT 'I' |
The type of object that is dependent on this sequence:
|
G |
BSCHEMA | VARCHAR(128)
NOT NULL WITH DEFAULT |
The schema name of the sequence, will be a string of length zero for an object created prior to Version 8. | G |
BNAME | VARCHAR(128)
NOT NULL WITH DEFAULT |
The sequence name (generated by Db2 for an identity column), will be a string of length zero for an object created prior to Version 8. | G |
DSCHEMA | VARCHAR(128)
NOT NULL WITH DEFAULT |
The qualifier of the object that is dependent on this sequence, will be a string of length zero for an object created prior to Version 8. | G |
DOWNER | VARCHAR(128)
NOT NULL WITH DEFAULT |
The owner of the object that is dependent on this sequence. This will be a string of length zero for an object that was created prior to Version 9. | G |
DOWNERTYPE | CHAR(1)
NOT NULL WITH DEFAULT |
The type of owner:
|
G |