The URLsthat can be used as a scheduled job by a store. This is for the Scheduler menu in the Administration Console.
Column Description(s):
Column Name | Column Type | Description |
SCHCMD_ID |
BIGINT NOT NULL |
A unique identifier of the defined store scheduler command. |
STOREENT_ID |
INTEGER |
The store ID of the URL. Default value should be 0 which represents the site. |
PATHINFO |
VARCHAR(254) |
The URL. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031309840 |
SCHCMD_ID |
Primary Key |
I0000758 |
STOREENT_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_736 |
STOREENT_ID |
STOREENT |
STOREENT_ID |
Cascade |
Referenced By:
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_235 |
SCHCMD_ID |
CHKARRANG |
SCHCMD_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.