| Package | Description |
|---|---|
| cn.vertxup.atom.domain | |
| cn.vertxup.atom.domain.tables | |
| cn.vertxup.atom.domain.tables.records |
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.UniqueKey<MIndexRecord> |
Keys.KEY_M_INDEX_NAME |
static org.jooq.UniqueKey<MIndexRecord> |
Keys.KEY_M_INDEX_PRIMARY |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<MIndexRecord,Boolean> |
MIndex.ACTIVE
The column
DB_ETERNAL.M_INDEX.ACTIVE. |
org.jooq.TableField<MIndexRecord,Boolean> |
MIndex.CLUSTERED
The column
DB_ETERNAL.M_INDEX.CLUSTERED. |
org.jooq.TableField<MIndexRecord,String> |
MIndex.COLUMNS
The column
DB_ETERNAL.M_INDEX.COLUMNS. |
org.jooq.TableField<MIndexRecord,String> |
MIndex.COMMENTS
The column
DB_ETERNAL.M_INDEX.COMMENTS. |
org.jooq.TableField<MIndexRecord,LocalDateTime> |
MIndex.CREATED_AT
The column
DB_ETERNAL.M_INDEX.CREATED_AT. |
org.jooq.TableField<MIndexRecord,String> |
MIndex.CREATED_BY
The column
DB_ETERNAL.M_INDEX.CREATED_BY. |
org.jooq.TableField<MIndexRecord,String> |
MIndex.ENTITY_ID
The column
DB_ETERNAL.M_INDEX.ENTITY_ID. |
org.jooq.TableField<MIndexRecord,String> |
MIndex.KEY
The column
DB_ETERNAL.M_INDEX.KEY. |
org.jooq.TableField<MIndexRecord,String> |
MIndex.LANGUAGE
The column
DB_ETERNAL.M_INDEX.LANGUAGE. |
org.jooq.TableField<MIndexRecord,String> |
MIndex.METADATA
The column
DB_ETERNAL.M_INDEX.METADATA. |
org.jooq.TableField<MIndexRecord,String> |
MIndex.NAME
The column
DB_ETERNAL.M_INDEX.NAME. |
org.jooq.TableField<MIndexRecord,String> |
MIndex.SIGMA
The column
DB_ETERNAL.M_INDEX.SIGMA. |
org.jooq.TableField<MIndexRecord,String> |
MIndex.TYPE
The column
DB_ETERNAL.M_INDEX.TYPE. |
org.jooq.TableField<MIndexRecord,LocalDateTime> |
MIndex.UPDATED_AT
The column
DB_ETERNAL.M_INDEX.UPDATED_AT. |
org.jooq.TableField<MIndexRecord,String> |
MIndex.UPDATED_BY
The column
DB_ETERNAL.M_INDEX.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<MIndexRecord>> |
MIndex.getKeys() |
org.jooq.UniqueKey<MIndexRecord> |
MIndex.getPrimaryKey() |
Class<MIndexRecord> |
MIndex.getRecordType()
The class holding records for this type
|
| Modifier and Type | Method and Description |
|---|---|
MIndexRecord |
MIndexRecord.setActive(Boolean value)
Setter for
DB_ETERNAL.M_INDEX.ACTIVE. |
MIndexRecord |
MIndexRecord.setClustered(Boolean value)
Setter for
DB_ETERNAL.M_INDEX.CLUSTERED. |
MIndexRecord |
MIndexRecord.setColumns(String value)
Setter for
DB_ETERNAL.M_INDEX.COLUMNS. |
MIndexRecord |
MIndexRecord.setComments(String value)
Setter for
DB_ETERNAL.M_INDEX.COMMENTS. |
MIndexRecord |
MIndexRecord.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.M_INDEX.CREATED_AT. |
MIndexRecord |
MIndexRecord.setCreatedBy(String value)
Setter for
DB_ETERNAL.M_INDEX.CREATED_BY. |
MIndexRecord |
MIndexRecord.setEntityId(String value)
Setter for
DB_ETERNAL.M_INDEX.ENTITY_ID. |
MIndexRecord |
MIndexRecord.setKey(String value)
Setter for
DB_ETERNAL.M_INDEX.KEY. |
MIndexRecord |
MIndexRecord.setLanguage(String value)
Setter for
DB_ETERNAL.M_INDEX.LANGUAGE. |
MIndexRecord |
MIndexRecord.setMetadata(String value)
Setter for
DB_ETERNAL.M_INDEX.METADATA. |
MIndexRecord |
MIndexRecord.setName(String value)
Setter for
DB_ETERNAL.M_INDEX.NAME. |
MIndexRecord |
MIndexRecord.setSigma(String value)
Setter for
DB_ETERNAL.M_INDEX.SIGMA. |
MIndexRecord |
MIndexRecord.setType(String value)
Setter for
DB_ETERNAL.M_INDEX.TYPE. |
MIndexRecord |
MIndexRecord.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.M_INDEX.UPDATED_AT. |
MIndexRecord |
MIndexRecord.setUpdatedBy(String value)
Setter for
DB_ETERNAL.M_INDEX.UPDATED_BY. |
MIndexRecord |
MIndexRecord.value1(String value) |
MIndexRecord |
MIndexRecord.value10(Boolean value) |
MIndexRecord |
MIndexRecord.value11(String value) |
MIndexRecord |
MIndexRecord.value12(LocalDateTime value) |
MIndexRecord |
MIndexRecord.value13(String value) |
MIndexRecord |
MIndexRecord.value14(LocalDateTime value) |
MIndexRecord |
MIndexRecord.value15(String value) |
MIndexRecord |
MIndexRecord.value2(String value) |
MIndexRecord |
MIndexRecord.value3(String value) |
MIndexRecord |
MIndexRecord.value4(Boolean value) |
MIndexRecord |
MIndexRecord.value5(String value) |
MIndexRecord |
MIndexRecord.value6(String value) |
MIndexRecord |
MIndexRecord.value7(String value) |
MIndexRecord |
MIndexRecord.value8(String value) |
MIndexRecord |
MIndexRecord.value9(String value) |
MIndexRecord |
MIndexRecord.values(String value1,
String value2,
String value3,
Boolean value4,
String value5,
String value6,
String value7,
String value8,
String value9,
Boolean value10,
String value11,
LocalDateTime value12,
String value13,
LocalDateTime value14,
String value15) |
Copyright © 2021. All rights reserved.