Class IdentityField

  • All Implemented Interfaces:
    java.io.Serializable

    public class IdentityField
    extends SFieldLong
    The IdentityField is a convenient field type that provides a unique, automatically generated long value, and sets itself as the primary key. If it is used in a record, that record should not have a seperately defined primary key.
    See Also:
    Serialized Form
    • Constructor Detail

      • IdentityField

        public IdentityField​(SRecordMeta<?> meta)
      • IdentityField

        public IdentityField​(SRecordMeta<?> meta,
                             java.lang.String columnName)