Each row represents the installment qualified
condition of an installment rule.
Column Descriptions:
Name | Type | Description |
INSRULECOND_ID | BIGINT NOT NULL | The installment condition id. |
INSRULE_ID | BIGINT NOT NULL | The related installment rule id. |
CLASSNAME | VARCHAR (254) NOT NULL | The condition class name of this installment
condition. |
PROPERTIES | VARCHAR (4000) | The name and value properties of this installment
condition. |
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> | INSRULECOND_ID | Primary Key |
I0001333 | INSRULE_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_3624 | INSRULE_ID | INSRULE | INSRULE_ID | Cascade |