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 Detail

      • REC_VERSION

        static final String REC_VERSION
        Name of the system field containing version of the entry.
        See Also:
        Constant Field Values
    • Method Detail

      • isVersioned

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

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