| 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<LCountryRecord> |
Keys.KEY_L_COUNTRY_CODE |
static org.jooq.UniqueKey<LCountryRecord> |
Keys.KEY_L_COUNTRY_PHONE_PREFIX |
static org.jooq.UniqueKey<LCountryRecord> |
Keys.KEY_L_COUNTRY_PRIMARY |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<LCountryRecord,Boolean> |
LCountry.ACTIVE
The column
DB_ETERNAL.L_COUNTRY.ACTIVE. |
org.jooq.TableField<LCountryRecord,String> |
LCountry.CODE
The column
DB_ETERNAL.L_COUNTRY.CODE. |
org.jooq.TableField<LCountryRecord,LocalDateTime> |
LCountry.CREATED_AT
The column
DB_ETERNAL.L_COUNTRY.CREATED_AT. |
org.jooq.TableField<LCountryRecord,String> |
LCountry.CREATED_BY
The column
DB_ETERNAL.L_COUNTRY.CREATED_BY. |
org.jooq.TableField<LCountryRecord,String> |
LCountry.CURRENCY
The column
DB_ETERNAL.L_COUNTRY.CURRENCY. |
org.jooq.TableField<LCountryRecord,String> |
LCountry.FLAG
The column
DB_ETERNAL.L_COUNTRY.FLAG. |
org.jooq.TableField<LCountryRecord,String> |
LCountry.KEY
The column
DB_ETERNAL.L_COUNTRY.KEY. |
org.jooq.TableField<LCountryRecord,String> |
LCountry.LANGUAGE
The column
DB_ETERNAL.L_COUNTRY.LANGUAGE. |
org.jooq.TableField<LCountryRecord,String> |
LCountry.METADATA
The column
DB_ETERNAL.L_COUNTRY.METADATA. |
org.jooq.TableField<LCountryRecord,String> |
LCountry.NAME
The column
DB_ETERNAL.L_COUNTRY.NAME. |
org.jooq.TableField<LCountryRecord,Integer> |
LCountry.ORDER
The column
DB_ETERNAL.L_COUNTRY.ORDER. |
org.jooq.TableField<LCountryRecord,String> |
LCountry.PHONE_PREFIX
The column
DB_ETERNAL.L_COUNTRY.PHONE_PREFIX. |
org.jooq.TableField<LCountryRecord,String> |
LCountry.SIGMA
The column
DB_ETERNAL.L_COUNTRY.SIGMA. |
org.jooq.TableField<LCountryRecord,LocalDateTime> |
LCountry.UPDATED_AT
The column
DB_ETERNAL.L_COUNTRY.UPDATED_AT. |
org.jooq.TableField<LCountryRecord,String> |
LCountry.UPDATED_BY
The column
DB_ETERNAL.L_COUNTRY.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<LCountryRecord>> |
LCountry.getKeys() |
org.jooq.UniqueKey<LCountryRecord> |
LCountry.getPrimaryKey() |
Class<LCountryRecord> |
LCountry.getRecordType()
The class holding records for this type
|
| Modifier and Type | Method and Description |
|---|---|
LCountryRecord |
LCountryRecord.setActive(Boolean value)
Setter for
DB_ETERNAL.L_COUNTRY.ACTIVE. |
LCountryRecord |
LCountryRecord.setCode(String value)
Setter for
DB_ETERNAL.L_COUNTRY.CODE. |
LCountryRecord |
LCountryRecord.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_COUNTRY.CREATED_AT. |
LCountryRecord |
LCountryRecord.setCreatedBy(String value)
Setter for
DB_ETERNAL.L_COUNTRY.CREATED_BY. |
LCountryRecord |
LCountryRecord.setCurrency(String value)
Setter for
DB_ETERNAL.L_COUNTRY.CURRENCY. |
LCountryRecord |
LCountryRecord.setFlag(String value)
Setter for
DB_ETERNAL.L_COUNTRY.FLAG. |
LCountryRecord |
LCountryRecord.setKey(String value)
Setter for
DB_ETERNAL.L_COUNTRY.KEY. |
LCountryRecord |
LCountryRecord.setLanguage(String value)
Setter for
DB_ETERNAL.L_COUNTRY.LANGUAGE. |
LCountryRecord |
LCountryRecord.setMetadata(String value)
Setter for
DB_ETERNAL.L_COUNTRY.METADATA. |
LCountryRecord |
LCountryRecord.setName(String value)
Setter for
DB_ETERNAL.L_COUNTRY.NAME. |
LCountryRecord |
LCountryRecord.setOrder(Integer value)
Setter for
DB_ETERNAL.L_COUNTRY.ORDER. |
LCountryRecord |
LCountryRecord.setPhonePrefix(String value)
Setter for
DB_ETERNAL.L_COUNTRY.PHONE_PREFIX. |
LCountryRecord |
LCountryRecord.setSigma(String value)
Setter for
DB_ETERNAL.L_COUNTRY.SIGMA. |
LCountryRecord |
LCountryRecord.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.L_COUNTRY.UPDATED_AT. |
LCountryRecord |
LCountryRecord.setUpdatedBy(String value)
Setter for
DB_ETERNAL.L_COUNTRY.UPDATED_BY. |
LCountryRecord |
LCountryRecord.value1(String value) |
LCountryRecord |
LCountryRecord.value10(String value) |
LCountryRecord |
LCountryRecord.value11(String value) |
LCountryRecord |
LCountryRecord.value12(LocalDateTime value) |
LCountryRecord |
LCountryRecord.value13(String value) |
LCountryRecord |
LCountryRecord.value14(LocalDateTime value) |
LCountryRecord |
LCountryRecord.value15(String value) |
LCountryRecord |
LCountryRecord.value2(String value) |
LCountryRecord |
LCountryRecord.value3(String value) |
LCountryRecord |
LCountryRecord.value4(String value) |
LCountryRecord |
LCountryRecord.value5(String value) |
LCountryRecord |
LCountryRecord.value6(String value) |
LCountryRecord |
LCountryRecord.value7(String value) |
LCountryRecord |
LCountryRecord.value8(Integer value) |
LCountryRecord |
LCountryRecord.value9(Boolean value) |
LCountryRecord |
LCountryRecord.values(String value1,
String value2,
String value3,
String value4,
String value5,
String value6,
String value7,
Integer value8,
Boolean value9,
String value10,
String value11,
LocalDateTime value12,
String value13,
LocalDateTime value14,
String value15) |
Copyright © 2021. All rights reserved.