Interface TemporalTable

All Superinterfaces:
Table
All Known Implementing Classes:
ProductsTemporalTable

public interface TemporalTable extends Table
Table that is temporal.
  • Method Details

    • getSysStartFieldName

      String getSysStartFieldName()
      Returns the name of the system column that contains the start effective time of each row.
    • getSysEndFieldName

      String getSysEndFieldName()
      Returns the name of the system column that contains the end effective time of each row.