This table contains information for the Database
Cleanup utility.
Column Descriptions:
Name | Type | Description |
OBJECTNAME | CHAR (40) NOT NULL | The name of the HCL Commerce object to be
cleaned. |
TYPE | CHAR (40) NOT NULL | The type of the object you want to delete for
this condition in this table. Refer to the Database Cleanup utility
command in the HCL Commerce information center for more
information. |
STATEMENT | VARCHAR (4000) NOT NULL | The SQL statement used by the Database Cleanup
utility to clean up the entries in the database table. |
NAMEARG | CHAR (10) NOT NULL | Indicates if the name argument is used in the
condition, which specifies the ID of the object to be deleted.
Valid values are as follows:
- yes=use the name argument
- no=do not use the name argument
|
SEQUENCE | INTEGER NOT NULL | Sequence number if more than one SQL statement is
required to clean the HCL Commerce object. |
DAYSARG | CHAR (10) NOT NULL | Indicates if the days argument is used in the
condition, which specifies the minimum days in existence for a
record to be deleted. Valid values are as follows:
- yes=use the days argument
- no=do not use the days argument
|
STATEMENTTYPE | VARCHAR (120) | The type of value that a select statement
returns. For example, absolute file, relative path, or URL. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | OBJECTNAME+TYPE+SEQUENCE | Primary Key |