WebSphere Commerce database table: ACRESACT

This table captures the relationship between access control resources and actions. Given a resource, you can find out the associated actions from this table.


Column Description(s):
Column NameColumn TypeDescription
ACRESCGRY_ID INTEGER NOT NULL The resource category ID. This is a primary key, as well as a foreign key to the ACRESCGRY table
ACACTION_ID INTEGER NOT NULL The action ID. It is is a primary key, and a foreign key to the ACACTION table.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031154710 ACRESCGRY_ID+ACACTION_ID Primary Key
I0000443 ACACTION_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_38 ACACTION_ID ACACTION ACACTION_ID Cascade
F_39 ACRESCGRY_ID ACRESCGRY ACRESCGRY_ID Cascade

Feedback