Class MIndex

  • All Implemented Interfaces:
    IMIndex, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

    public class MIndex
    extends Object
    implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IMIndex
    This class is generated by jOOQ.
    See Also:
    Serialized Form
    • Method Detail

      • getKey

        public String getKey()
        Getter for DB_ETERNAL.M_INDEX.KEY. 「key」- 索引ID
        Specified by:
        getKey in interface IMIndex
      • setKey

        public MIndex setKey​(String key)
        Setter for DB_ETERNAL.M_INDEX.KEY. 「key」- 索引ID
        Specified by:
        setKey in interface IMIndex
      • getName

        public String getName()
        Getter for DB_ETERNAL.M_INDEX.NAME. 「name」- 索引名称
        Specified by:
        getName in interface IMIndex
      • setName

        public MIndex setName​(String name)
        Setter for DB_ETERNAL.M_INDEX.NAME. 「name」- 索引名称
        Specified by:
        setName in interface IMIndex
      • getType

        public String getType()
        Getter for DB_ETERNAL.M_INDEX.TYPE. 「type」- 索引类型
        Specified by:
        getType in interface IMIndex
      • setType

        public MIndex setType​(String type)
        Setter for DB_ETERNAL.M_INDEX.TYPE. 「type」- 索引类型
        Specified by:
        setType in interface IMIndex
      • getClustered

        public Boolean getClustered()
        Getter for DB_ETERNAL.M_INDEX.CLUSTERED. 「clustered」- 是否聚集索引
        Specified by:
        getClustered in interface IMIndex
      • setClustered

        public MIndex setClustered​(Boolean clustered)
        Setter for DB_ETERNAL.M_INDEX.CLUSTERED. 「clustered」- 是否聚集索引
        Specified by:
        setClustered in interface IMIndex
      • getColumns

        public String getColumns()
        Getter for DB_ETERNAL.M_INDEX.COLUMNS. 「columns」- JsonArray格式,索引覆盖的列集合
        Specified by:
        getColumns in interface IMIndex
      • setColumns

        public MIndex setColumns​(String columns)
        Setter for DB_ETERNAL.M_INDEX.COLUMNS. 「columns」- JsonArray格式,索引覆盖的列集合
        Specified by:
        setColumns in interface IMIndex
      • getEntityId

        public String getEntityId()
        Getter for DB_ETERNAL.M_INDEX.ENTITY_ID. 「entityId」- 关联的实体ID
        Specified by:
        getEntityId in interface IMIndex
      • setEntityId

        public MIndex setEntityId​(String entityId)
        Setter for DB_ETERNAL.M_INDEX.ENTITY_ID. 「entityId」- 关联的实体ID
        Specified by:
        setEntityId in interface IMIndex
      • getComments

        public String getComments()
        Getter for DB_ETERNAL.M_INDEX.COMMENTS. 「comments」- 当前索引的描述信息
        Specified by:
        getComments in interface IMIndex
      • setComments

        public MIndex setComments​(String comments)
        Setter for DB_ETERNAL.M_INDEX.COMMENTS. 「comments」- 当前索引的描述信息
        Specified by:
        setComments in interface IMIndex
      • getSigma

        public String getSigma()
        Getter for DB_ETERNAL.M_INDEX.SIGMA. 「sigma」- 统一标识
        Specified by:
        getSigma in interface IMIndex
      • setSigma

        public MIndex setSigma​(String sigma)
        Setter for DB_ETERNAL.M_INDEX.SIGMA. 「sigma」- 统一标识
        Specified by:
        setSigma in interface IMIndex
      • getLanguage

        public String getLanguage()
        Getter for DB_ETERNAL.M_INDEX.LANGUAGE. 「language」- 使用的语言
        Specified by:
        getLanguage in interface IMIndex
      • setLanguage

        public MIndex setLanguage​(String language)
        Setter for DB_ETERNAL.M_INDEX.LANGUAGE. 「language」- 使用的语言
        Specified by:
        setLanguage in interface IMIndex
      • getActive

        public Boolean getActive()
        Getter for DB_ETERNAL.M_INDEX.ACTIVE. 「active」- 是否启用
        Specified by:
        getActive in interface IMIndex
      • setActive

        public MIndex setActive​(Boolean active)
        Setter for DB_ETERNAL.M_INDEX.ACTIVE. 「active」- 是否启用
        Specified by:
        setActive in interface IMIndex
      • getMetadata

        public String getMetadata()
        Getter for DB_ETERNAL.M_INDEX.METADATA. 「metadata」- 附加配置数据
        Specified by:
        getMetadata in interface IMIndex
      • setMetadata

        public MIndex setMetadata​(String metadata)
        Setter for DB_ETERNAL.M_INDEX.METADATA. 「metadata」- 附加配置数据
        Specified by:
        setMetadata in interface IMIndex
      • getCreatedAt

        public LocalDateTime getCreatedAt()
        Getter for DB_ETERNAL.M_INDEX.CREATED_AT. 「createdAt」- 创建时间
        Specified by:
        getCreatedAt in interface IMIndex
      • setCreatedAt

        public MIndex setCreatedAt​(LocalDateTime createdAt)
        Setter for DB_ETERNAL.M_INDEX.CREATED_AT. 「createdAt」- 创建时间
        Specified by:
        setCreatedAt in interface IMIndex
      • getCreatedBy

        public String getCreatedBy()
        Getter for DB_ETERNAL.M_INDEX.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        getCreatedBy in interface IMIndex
      • setCreatedBy

        public MIndex setCreatedBy​(String createdBy)
        Setter for DB_ETERNAL.M_INDEX.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        setCreatedBy in interface IMIndex
      • getUpdatedAt

        public LocalDateTime getUpdatedAt()
        Getter for DB_ETERNAL.M_INDEX.UPDATED_AT. 「updatedAt」- 更新时间
        Specified by:
        getUpdatedAt in interface IMIndex
      • setUpdatedAt

        public MIndex setUpdatedAt​(LocalDateTime updatedAt)
        Setter for DB_ETERNAL.M_INDEX.UPDATED_AT. 「updatedAt」- 更新时间
        Specified by:
        setUpdatedAt in interface IMIndex
      • getUpdatedBy

        public String getUpdatedBy()
        Getter for DB_ETERNAL.M_INDEX.UPDATED_BY. 「updatedBy」- 更新人
        Specified by:
        getUpdatedBy in interface IMIndex
      • setUpdatedBy

        public MIndex setUpdatedBy​(String updatedBy)
        Setter for DB_ETERNAL.M_INDEX.UPDATED_BY. 「updatedBy」- 更新人
        Specified by:
        setUpdatedBy in interface IMIndex
      • from

        public void from​(IMIndex from)
        Description copied from interface: IMIndex
        Load data from another generated Record/POJO implementing the common interface IMIndex
        Specified by:
        from in interface IMIndex
      • into

        public <E extends IMIndex> E into​(E into)
        Description copied from interface: IMIndex
        Copy data into another generated Record/POJO implementing the common interface IMIndex
        Specified by:
        into in interface IMIndex