| Package | Description |
|---|---|
| cn.vertxup.lbs.domain | |
| cn.vertxup.lbs.domain.tables | |
| cn.vertxup.lbs.domain.tables.records |
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.UniqueKey<LRegionRecord> |
Keys.KEY_L_REGION_CODE |
static org.jooq.UniqueKey<LRegionRecord> |
Keys.KEY_L_REGION_PRIMARY |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<LRegionRecord,Boolean> |
LRegion.ACTIVE
The column
DB_ETERNAL.L_REGION.ACTIVE. |
org.jooq.TableField<LRegionRecord,String> |
LRegion.CITY_ID
The column
DB_ETERNAL.L_REGION.CITY_ID. |
org.jooq.TableField<LRegionRecord,String> |
LRegion.CODE
The column
DB_ETERNAL.L_REGION.CODE. |
org.jooq.TableField<LRegionRecord,LocalDateTime> |
LRegion.CREATED_AT
The column
DB_ETERNAL.L_REGION.CREATED_AT. |
org.jooq.TableField<LRegionRecord,String> |
LRegion.CREATED_BY
The column
DB_ETERNAL.L_REGION.CREATED_BY. |
org.jooq.TableField<LRegionRecord,String> |
LRegion.KEY
The column
DB_ETERNAL.L_REGION.KEY. |
org.jooq.TableField<LRegionRecord,String> |
LRegion.LANGUAGE
The column
DB_ETERNAL.L_REGION.LANGUAGE. |
org.jooq.TableField<LRegionRecord,String> |
LRegion.METADATA
The column
DB_ETERNAL.L_REGION.METADATA. |
org.jooq.TableField<LRegionRecord,String> |
LRegion.NAME
The column
DB_ETERNAL.L_REGION.NAME. |
org.jooq.TableField<LRegionRecord,Integer> |
LRegion.ORDER
The column
DB_ETERNAL.L_REGION.ORDER. |
org.jooq.TableField<LRegionRecord,String> |
LRegion.SIGMA
The column
DB_ETERNAL.L_REGION.SIGMA. |
org.jooq.TableField<LRegionRecord,LocalDateTime> |
LRegion.UPDATED_AT
The column
DB_ETERNAL.L_REGION.UPDATED_AT. |
org.jooq.TableField<LRegionRecord,String> |
LRegion.UPDATED_BY
The column
DB_ETERNAL.L_REGION.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<LRegionRecord>> |
LRegion.getKeys() |
org.jooq.UniqueKey<LRegionRecord> |
LRegion.getPrimaryKey() |
Class<LRegionRecord> |
LRegion.getRecordType()
The class holding records for this type
|
| Modifier and Type | Method and Description |
|---|---|
LRegionRecord |
LRegionRecord.setActive(Boolean value)
Setter for
DB_ETERNAL.L_REGION.ACTIVE. |
LRegionRecord |
LRegionRecord.setCityId(String value)
Setter for
DB_ETERNAL.L_REGION.CITY_ID. |
LRegionRecord |
LRegionRecord.setCode(String value)
Setter for
DB_ETERNAL.L_REGION.CODE. |
LRegionRecord |
LRegionRecord.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_REGION.CREATED_AT. |
LRegionRecord |
LRegionRecord.setCreatedBy(String value)
Setter for
DB_ETERNAL.L_REGION.CREATED_BY. |
LRegionRecord |
LRegionRecord.setKey(String value)
Setter for
DB_ETERNAL.L_REGION.KEY. |
LRegionRecord |
LRegionRecord.setLanguage(String value)
Setter for
DB_ETERNAL.L_REGION.LANGUAGE. |
LRegionRecord |
LRegionRecord.setMetadata(String value)
Setter for
DB_ETERNAL.L_REGION.METADATA. |
LRegionRecord |
LRegionRecord.setName(String value)
Setter for
DB_ETERNAL.L_REGION.NAME. |
LRegionRecord |
LRegionRecord.setOrder(Integer value)
Setter for
DB_ETERNAL.L_REGION.ORDER. |
LRegionRecord |
LRegionRecord.setSigma(String value)
Setter for
DB_ETERNAL.L_REGION.SIGMA. |
LRegionRecord |
LRegionRecord.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_REGION.UPDATED_AT. |
LRegionRecord |
LRegionRecord.setUpdatedBy(String value)
Setter for
DB_ETERNAL.L_REGION.UPDATED_BY. |
LRegionRecord |
LRegionRecord.value1(String value) |
LRegionRecord |
LRegionRecord.value10(LocalDateTime value) |
LRegionRecord |
LRegionRecord.value11(String value) |
LRegionRecord |
LRegionRecord.value12(LocalDateTime value) |
LRegionRecord |
LRegionRecord.value13(String value) |
LRegionRecord |
LRegionRecord.value2(String value) |
LRegionRecord |
LRegionRecord.value3(String value) |
LRegionRecord |
LRegionRecord.value4(String value) |
LRegionRecord |
LRegionRecord.value5(Integer value) |
LRegionRecord |
LRegionRecord.value6(String value) |
LRegionRecord |
LRegionRecord.value7(Boolean value) |
LRegionRecord |
LRegionRecord.value8(String value) |
LRegionRecord |
LRegionRecord.value9(String value) |
LRegionRecord |
LRegionRecord.values(String value1,
String value2,
String value3,
String value4,
Integer value5,
String value6,
Boolean value7,
String value8,
String value9,
LocalDateTime value10,
String value11,
LocalDateTime value12,
String value13) |
Copyright © 2021. All rights reserved.