This table stores view preferences for members.
Column Description(s):
Column Name | Column Type | Description |
MEMBER_ID |
BIGINT NOT NULL |
ID for the member, foreign key to the MEMBER table. |
VIEWNAME |
VARCHAR(254) NOT NULL |
Corresponds to VIEWNAME column of VIEWREG table. |
PREFERENCE |
BIGINT |
Foreign key to USERPVCDEV_ID in USERPVCDEV table. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031239470 |
MEMBER_ID+VIEWNAME |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_456 |
MEMBER_ID |
MEMBER |
MEMBER_ID |
Cascade |
F_455 |
PREFERENCE |
USERPVCDEV |
USERPVCDEV_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.