Interface VersionedElement

All Known Implementing Classes:
Table

public interface VersionedElement
Interface that defines a versioning possibility for a meta entity in the DB.
Since:
2017-06-13
Author:
ioann
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Name of the system field containing version of the entry.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a description of recversion field.
    boolean
    Whether the table is versioned (WITH VERSION CHECK).
  • Field Details

    • REC_VERSION

      static final String REC_VERSION
      Name of the system field containing version of the entry.
      See Also:
  • Method Details

    • isVersioned

      boolean isVersioned()
      Whether the table is versioned (WITH VERSION CHECK).
      Returns:
    • getRecVersionField

      IntegerColumn getRecVersionField()
      Returns a description of recversion field.
      Returns: