Interface IMIndex

All Superinterfaces:
Serializable, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
All Known Implementing Classes:
MIndex, MIndexRecord

public interface IMIndex extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
  • Method Details

    • setKey

      IMIndex setKey(String value)
      Setter for DB_ETERNAL.M_INDEX.KEY. 「key」- 索引ID
    • getKey

      String getKey()
      Getter for DB_ETERNAL.M_INDEX.KEY. 「key」- 索引ID
    • setName

      IMIndex setName(String value)
      Setter for DB_ETERNAL.M_INDEX.NAME. 「name」- 索引名称
    • getName

      String getName()
      Getter for DB_ETERNAL.M_INDEX.NAME. 「name」- 索引名称
    • setType

      IMIndex setType(String value)
      Setter for DB_ETERNAL.M_INDEX.TYPE. 「type」- 索引类型
    • getType

      String getType()
      Getter for DB_ETERNAL.M_INDEX.TYPE. 「type」- 索引类型
    • setClustered

      IMIndex setClustered(Boolean value)
      Setter for DB_ETERNAL.M_INDEX.CLUSTERED. 「clustered」- 是否聚集索引
    • getClustered

      Boolean getClustered()
      Getter for DB_ETERNAL.M_INDEX.CLUSTERED. 「clustered」- 是否聚集索引
    • setColumns

      IMIndex setColumns(String value)
      Setter for DB_ETERNAL.M_INDEX.COLUMNS. 「columns」- JsonArray格式,索引覆盖的列集合
    • getColumns

      String getColumns()
      Getter for DB_ETERNAL.M_INDEX.COLUMNS. 「columns」- JsonArray格式,索引覆盖的列集合
    • setEntityId

      IMIndex setEntityId(String value)
      Setter for DB_ETERNAL.M_INDEX.ENTITY_ID. 「entityId」- 关联的实体ID
    • getEntityId

      String getEntityId()
      Getter for DB_ETERNAL.M_INDEX.ENTITY_ID. 「entityId」- 关联的实体ID
    • setComments

      IMIndex setComments(String value)
      Setter for DB_ETERNAL.M_INDEX.COMMENTS. 「comments」- 当前索引的描述信息
    • getComments

      String getComments()
      Getter for DB_ETERNAL.M_INDEX.COMMENTS. 「comments」- 当前索引的描述信息
    • setSigma

      IMIndex setSigma(String value)
      Setter for DB_ETERNAL.M_INDEX.SIGMA. 「sigma」- 统一标识
    • getSigma

      String getSigma()
      Getter for DB_ETERNAL.M_INDEX.SIGMA. 「sigma」- 统一标识
    • setLanguage

      IMIndex setLanguage(String value)
      Setter for DB_ETERNAL.M_INDEX.LANGUAGE. 「language」- 使用的语言
    • getLanguage

      String getLanguage()
      Getter for DB_ETERNAL.M_INDEX.LANGUAGE. 「language」- 使用的语言
    • setActive

      IMIndex setActive(Boolean value)
      Setter for DB_ETERNAL.M_INDEX.ACTIVE. 「active」- 是否启用
    • getActive

      Boolean getActive()
      Getter for DB_ETERNAL.M_INDEX.ACTIVE. 「active」- 是否启用
    • setMetadata

      IMIndex setMetadata(String value)
      Setter for DB_ETERNAL.M_INDEX.METADATA. 「metadata」- 附加配置数据
    • getMetadata

      String getMetadata()
      Getter for DB_ETERNAL.M_INDEX.METADATA. 「metadata」- 附加配置数据
    • setCreatedAt

      IMIndex setCreatedAt(LocalDateTime value)
      Setter for DB_ETERNAL.M_INDEX.CREATED_AT. 「createdAt」- 创建时间
    • getCreatedAt

      LocalDateTime getCreatedAt()
      Getter for DB_ETERNAL.M_INDEX.CREATED_AT. 「createdAt」- 创建时间
    • setCreatedBy

      IMIndex setCreatedBy(String value)
      Setter for DB_ETERNAL.M_INDEX.CREATED_BY. 「createdBy」- 创建人
    • getCreatedBy

      String getCreatedBy()
      Getter for DB_ETERNAL.M_INDEX.CREATED_BY. 「createdBy」- 创建人
    • setUpdatedAt

      IMIndex setUpdatedAt(LocalDateTime value)
      Setter for DB_ETERNAL.M_INDEX.UPDATED_AT. 「updatedAt」- 更新时间
    • getUpdatedAt

      LocalDateTime getUpdatedAt()
      Getter for DB_ETERNAL.M_INDEX.UPDATED_AT. 「updatedAt」- 更新时间
    • setUpdatedBy

      IMIndex setUpdatedBy(String value)
      Setter for DB_ETERNAL.M_INDEX.UPDATED_BY. 「updatedBy」- 更新人
    • getUpdatedBy

      String getUpdatedBy()
      Getter for DB_ETERNAL.M_INDEX.UPDATED_BY. 「updatedBy」- 更新人
    • from

      void from(IMIndex from)
      Load data from another generated Record/POJO implementing the common interface IMIndex
    • into

      <E extends IMIndex> E into(E into)
      Copy data into another generated Record/POJO implementing the common interface IMIndex
    • fromJson

      default IMIndex fromJson(io.vertx.core.json.JsonObject json)
      Specified by:
      fromJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
    • toJson

      default io.vertx.core.json.JsonObject toJson()
      Specified by:
      toJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo