This table stores a template which can be used to filter object data.
Column Descriptions:
Name | Type | Description |
FILTER_ID | BIGINT NOT NULL | The unique identifier of the filter
template. |
PATH | VARCHAR (512) | The path of the filter template file. This column
is only used when the template file is stored in the file system
rather than the TEMPLATE column of this table. This path is a
relative path. The base path of this relative path is the workspace
directory (Developer) or EAR directory (runtime). |
TEMPLATE | CLOB (3145728) | The content of the filter template. |
TEMPLATETYPE | VARCHAR (16) DEFAULT 'JSON' | The format of content stored in TEMPLATE
column. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | Reserved for HCL internal use. |
Indexes:
Name | Column Names | Type |
P_0040 | FILTER_ID | Primary Key |