| 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<LCityRecord> |
Keys.KEY_L_CITY_CODE |
static org.jooq.UniqueKey<LCityRecord> |
Keys.KEY_L_CITY_PRIMARY |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<LCityRecord,Boolean> |
LCity.ACTIVE
The column
DB_ETERNAL.L_CITY.ACTIVE. |
org.jooq.TableField<LCityRecord,String> |
LCity.CODE
The column
DB_ETERNAL.L_CITY.CODE. |
org.jooq.TableField<LCityRecord,LocalDateTime> |
LCity.CREATED_AT
The column
DB_ETERNAL.L_CITY.CREATED_AT. |
org.jooq.TableField<LCityRecord,String> |
LCity.CREATED_BY
The column
DB_ETERNAL.L_CITY.CREATED_BY. |
org.jooq.TableField<LCityRecord,String> |
LCity.KEY
The column
DB_ETERNAL.L_CITY.KEY. |
org.jooq.TableField<LCityRecord,String> |
LCity.LANGUAGE
The column
DB_ETERNAL.L_CITY.LANGUAGE. |
org.jooq.TableField<LCityRecord,String> |
LCity.METADATA
The column
DB_ETERNAL.L_CITY.METADATA. |
org.jooq.TableField<LCityRecord,String> |
LCity.NAME
The column
DB_ETERNAL.L_CITY.NAME. |
org.jooq.TableField<LCityRecord,Integer> |
LCity.ORDER
The column
DB_ETERNAL.L_CITY.ORDER. |
org.jooq.TableField<LCityRecord,String> |
LCity.SIGMA
The column
DB_ETERNAL.L_CITY.SIGMA. |
org.jooq.TableField<LCityRecord,String> |
LCity.STATE_ID
The column
DB_ETERNAL.L_CITY.STATE_ID. |
org.jooq.TableField<LCityRecord,LocalDateTime> |
LCity.UPDATED_AT
The column
DB_ETERNAL.L_CITY.UPDATED_AT. |
org.jooq.TableField<LCityRecord,String> |
LCity.UPDATED_BY
The column
DB_ETERNAL.L_CITY.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<LCityRecord>> |
LCity.getKeys() |
org.jooq.UniqueKey<LCityRecord> |
LCity.getPrimaryKey() |
Class<LCityRecord> |
LCity.getRecordType()
The class holding records for this type
|
| Modifier and Type | Method and Description |
|---|---|
LCityRecord |
LCityRecord.setActive(Boolean value)
Setter for
DB_ETERNAL.L_CITY.ACTIVE. |
LCityRecord |
LCityRecord.setCode(String value)
Setter for
DB_ETERNAL.L_CITY.CODE. |
LCityRecord |
LCityRecord.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_CITY.CREATED_AT. |
LCityRecord |
LCityRecord.setCreatedBy(String value)
Setter for
DB_ETERNAL.L_CITY.CREATED_BY. |
LCityRecord |
LCityRecord.setKey(String value)
Setter for
DB_ETERNAL.L_CITY.KEY. |
LCityRecord |
LCityRecord.setLanguage(String value)
Setter for
DB_ETERNAL.L_CITY.LANGUAGE. |
LCityRecord |
LCityRecord.setMetadata(String value)
Setter for
DB_ETERNAL.L_CITY.METADATA. |
LCityRecord |
LCityRecord.setName(String value)
Setter for
DB_ETERNAL.L_CITY.NAME. |
LCityRecord |
LCityRecord.setOrder(Integer value)
Setter for
DB_ETERNAL.L_CITY.ORDER. |
LCityRecord |
LCityRecord.setSigma(String value)
Setter for
DB_ETERNAL.L_CITY.SIGMA. |
LCityRecord |
LCityRecord.setStateId(String value)
Setter for
DB_ETERNAL.L_CITY.STATE_ID. |
LCityRecord |
LCityRecord.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_CITY.UPDATED_AT. |
LCityRecord |
LCityRecord.setUpdatedBy(String value)
Setter for
DB_ETERNAL.L_CITY.UPDATED_BY. |
LCityRecord |
LCityRecord.value1(String value) |
LCityRecord |
LCityRecord.value10(LocalDateTime value) |
LCityRecord |
LCityRecord.value11(String value) |
LCityRecord |
LCityRecord.value12(LocalDateTime value) |
LCityRecord |
LCityRecord.value13(String value) |
LCityRecord |
LCityRecord.value2(String value) |
LCityRecord |
LCityRecord.value3(String value) |
LCityRecord |
LCityRecord.value4(String value) |
LCityRecord |
LCityRecord.value5(Integer value) |
LCityRecord |
LCityRecord.value6(String value) |
LCityRecord |
LCityRecord.value7(Boolean value) |
LCityRecord |
LCityRecord.value8(String value) |
LCityRecord |
LCityRecord.value9(String value) |
LCityRecord |
LCityRecord.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.