Each row in this table contains information about
the implementation of a terms and conditions sub-type.
Column Descriptions:
Name | Type | Description |
TCSUBTYPE_ID | CHAR (64) NOT NULL | Primary key. This column contains an identifier
for the terms and conditions sub-type. |
TCTYPE_ID | CHAR (64) NOT NULL | Foreign key to the TCTYPE table. This column
indicates the term type. |
ACCESSBEANNAME | VARCHAR (254) | This column contains the enterprise access bean
name for the term. |
DEPLOYCOMMAND | VARCHAR (254) | This column contains the deploy command interface
name for the term. |
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> | TCSUBTYPE_ID | Primary Key |
I0000808 | TCTYPE_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_831 | TCTYPE_ID | TCTYPE | TCTYPE_ID | Cascade |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_830 | TCSUBTYPE_ID | TCSUBTYPDS | TCSUBTYPE_ID | Cascade |
F_835 | TCSUBTYPE_ID | TERMCOND | TCSUBTYPE_ID | Cascade |