INSRULECOND

Each row represents the installment qualified condition of an installment rule.

Column Descriptions:

NameTypeDescription
INSRULECOND_IDBIGINT NOT NULLThe installment condition id.
INSRULE_IDBIGINT NOT NULLThe related installment rule id.
CLASSNAMEVARCHAR (254) NOT NULLThe condition class name of this installment condition.
PROPERTIESVARCHAR (4000)The name and value properties of this installment condition.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>INSRULECOND_IDPrimary Key
I0001333INSRULE_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3624INSRULE_IDINSRULEINSRULE_IDCascade