| Package | Description |
|---|---|
| cn.vertxup.atom.domain.tables.interfaces | |
| cn.vertxup.atom.domain.tables.pojos | |
| cn.vertxup.atom.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends IMIndex> |
IMIndex.into(E into)
Copy data into another generated Record/POJO implementing the common interface IMIndex
|
| Modifier and Type | Method and Description |
|---|---|
default IMIndex |
IMIndex.fromJson(io.vertx.core.json.JsonObject json) |
IMIndex |
IMIndex.setActive(Boolean value)
Setter for
DB_ETERNAL.M_INDEX.ACTIVE. |
IMIndex |
IMIndex.setClustered(Boolean value)
Setter for
DB_ETERNAL.M_INDEX.CLUSTERED. |
IMIndex |
IMIndex.setColumns(String value)
Setter for
DB_ETERNAL.M_INDEX.COLUMNS. |
IMIndex |
IMIndex.setComments(String value)
Setter for
DB_ETERNAL.M_INDEX.COMMENTS. |
IMIndex |
IMIndex.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.M_INDEX.CREATED_AT. |
IMIndex |
IMIndex.setCreatedBy(String value)
Setter for
DB_ETERNAL.M_INDEX.CREATED_BY. |
IMIndex |
IMIndex.setEntityId(String value)
Setter for
DB_ETERNAL.M_INDEX.ENTITY_ID. |
IMIndex |
IMIndex.setKey(String value)
Setter for
DB_ETERNAL.M_INDEX.KEY. |
IMIndex |
IMIndex.setLanguage(String value)
Setter for
DB_ETERNAL.M_INDEX.LANGUAGE. |
IMIndex |
IMIndex.setMetadata(String value)
Setter for
DB_ETERNAL.M_INDEX.METADATA. |
IMIndex |
IMIndex.setName(String value)
Setter for
DB_ETERNAL.M_INDEX.NAME. |
IMIndex |
IMIndex.setSigma(String value)
Setter for
DB_ETERNAL.M_INDEX.SIGMA. |
IMIndex |
IMIndex.setType(String value)
Setter for
DB_ETERNAL.M_INDEX.TYPE. |
IMIndex |
IMIndex.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.M_INDEX.UPDATED_AT. |
IMIndex |
IMIndex.setUpdatedBy(String value)
Setter for
DB_ETERNAL.M_INDEX.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
IMIndex.from(IMIndex from)
Load data from another generated Record/POJO implementing the common interface IMIndex
|
| Modifier and Type | Class and Description |
|---|---|
class |
MIndex
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IMIndex> |
MIndex.into(E into)
Copy data into another generated Record/POJO implementing the common interface IMIndex
|
| Modifier and Type | Method and Description |
|---|---|
void |
MIndex.from(IMIndex from)
Load data from another generated Record/POJO implementing the common interface IMIndex
|
| Modifier and Type | Class and Description |
|---|---|
class |
MIndexRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IMIndex> |
MIndexRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IMIndex
|
| Modifier and Type | Method and Description |
|---|---|
void |
MIndexRecord.from(IMIndex from)
Load data from another generated Record/POJO implementing the common interface IMIndex
|
Copyright © 2021. All rights reserved.