User Tools

Site Tools


configuration:temporalconstraint

temporalConstraint.xml

Defines the columns to use as the “date of data”.

Parameters

  • table: The table name.
  • column: The column name.

Example

<temporalConstraints>
    <temporalConstraint>
        <table>loan</table>
        <column>dateApplied</column>
    </temporalConstraint>
    <temporalConstraint>
        <table>transaction</table>
        <column>datetimeIssued</column>
    </temporalConstraint>
</temporalConstraints>