IBM Books

Administration Guide


OBJCAT.CONSTDEP

Contains a row for every dependency of a constraint on some other object.

Table 105. OBJCAT.CONSTDEP Catalog View
Column Name Data Type Nullable Description
CONSTNAME VARCHAR(18)
Name of the constraint.
TABSCHEMA CHAR(8)
Qualified name of the table to which the constraint applies.
TABNAME VARCHAR(18)
BTYPE CHAR(1)
Type of object that the constraint depends on. Possible values:
  F=function instance.
  I=index instance.
  R=structured type
BSCHEMA CHAR(8)
Qualified name of object that the constraint depends on.
BNAME VARCHAR(18)


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]