| Package | Description |
|---|---|
| up.god.jooq.domain | |
| up.god.jooq.domain.tables | |
| up.god.jooq.domain.tables.records |
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.UniqueKey<SecUserRecord> |
Keys.KEY_SEC_USER_PRIMARY |
static org.jooq.UniqueKey<SecUserRecord> |
Keys.KEY_SEC_USER_UK_SEC_USER_S_ALIPAY_Z_SIGMA |
static org.jooq.UniqueKey<SecUserRecord> |
Keys.KEY_SEC_USER_UK_SEC_USER_S_CODE_Z_SIGMA |
static org.jooq.UniqueKey<SecUserRecord> |
Keys.KEY_SEC_USER_UK_SEC_USER_S_EMAIL_Z_SIGMA |
static org.jooq.UniqueKey<SecUserRecord> |
Keys.KEY_SEC_USER_UK_SEC_USER_S_MOBILE_Z_SIGMA |
static org.jooq.UniqueKey<SecUserRecord> |
Keys.KEY_SEC_USER_UK_SEC_USER_S_QQ_Z_SIGMA |
static org.jooq.UniqueKey<SecUserRecord> |
Keys.KEY_SEC_USER_UK_SEC_USER_S_TAOBAO_Z_SIGMA |
static org.jooq.UniqueKey<SecUserRecord> |
Keys.KEY_SEC_USER_UK_SEC_USER_S_USERNAME_Z_SIGMA |
static org.jooq.UniqueKey<SecUserRecord> |
Keys.KEY_SEC_USER_UK_SEC_USER_S_WECHAT_Z_SIGMA |
static org.jooq.UniqueKey<SecUserRecord> |
Keys.KEY_SEC_USER_UK_SEC_USER_S_WEIBO_Z_SIGMA |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<SecUserRecord,Boolean> |
SecUser.IS_ACTIVE
The column
DB_HTL.SEC_USER.IS_ACTIVE. |
org.jooq.TableField<SecUserRecord,String> |
SecUser.J_CONFIG
The column
DB_HTL.SEC_USER.J_CONFIG. |
org.jooq.TableField<SecUserRecord,String> |
SecUser.PK_ID
The column
DB_HTL.SEC_USER.PK_ID. |
org.jooq.TableField<SecUserRecord,String> |
SecUser.S_ALIPAY
The column
DB_HTL.SEC_USER.S_ALIPAY. |
org.jooq.TableField<SecUserRecord,String> |
SecUser.S_CODE
The column
DB_HTL.SEC_USER.S_CODE. |
org.jooq.TableField<SecUserRecord,String> |
SecUser.S_EMAIL
The column
DB_HTL.SEC_USER.S_EMAIL. |
org.jooq.TableField<SecUserRecord,String> |
SecUser.S_MOBILE
The column
DB_HTL.SEC_USER.S_MOBILE. |
org.jooq.TableField<SecUserRecord,String> |
SecUser.S_PASSWORD
The column
DB_HTL.SEC_USER.S_PASSWORD. |
org.jooq.TableField<SecUserRecord,String> |
SecUser.S_QQ
The column
DB_HTL.SEC_USER.S_QQ. |
org.jooq.TableField<SecUserRecord,String> |
SecUser.S_SECRET
The column
DB_HTL.SEC_USER.S_SECRET. |
org.jooq.TableField<SecUserRecord,String> |
SecUser.S_TAOBAO
The column
DB_HTL.SEC_USER.S_TAOBAO. |
org.jooq.TableField<SecUserRecord,String> |
SecUser.S_USERNAME
The column
DB_HTL.SEC_USER.S_USERNAME. |
org.jooq.TableField<SecUserRecord,String> |
SecUser.S_WECHAT
The column
DB_HTL.SEC_USER.S_WECHAT. |
org.jooq.TableField<SecUserRecord,String> |
SecUser.S_WEIBO
The column
DB_HTL.SEC_USER.S_WEIBO. |
org.jooq.TableField<SecUserRecord,String> |
SecUser.Z_CREATE_BY
The column
DB_HTL.SEC_USER.Z_CREATE_BY. |
org.jooq.TableField<SecUserRecord,Timestamp> |
SecUser.Z_CREATE_TIME
The column
DB_HTL.SEC_USER.Z_CREATE_TIME. |
org.jooq.TableField<SecUserRecord,String> |
SecUser.Z_LANGUAGE
The column
DB_HTL.SEC_USER.Z_LANGUAGE. |
org.jooq.TableField<SecUserRecord,String> |
SecUser.Z_SIGMA
The column
DB_HTL.SEC_USER.Z_SIGMA. |
org.jooq.TableField<SecUserRecord,String> |
SecUser.Z_UPDATE_BY
The column
DB_HTL.SEC_USER.Z_UPDATE_BY. |
org.jooq.TableField<SecUserRecord,Timestamp> |
SecUser.Z_UPDATE_TIME
The column
DB_HTL.SEC_USER.Z_UPDATE_TIME. |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<SecUserRecord>> |
SecUser.getKeys() |
org.jooq.UniqueKey<SecUserRecord> |
SecUser.getPrimaryKey() |
Class<SecUserRecord> |
SecUser.getRecordType()
The class holding records for this type
|
| Modifier and Type | Method and Description |
|---|---|
SecUserRecord |
SecUserRecord.setIsActive(Boolean value)
Setter for
DB_HTL.SEC_USER.IS_ACTIVE. |
SecUserRecord |
SecUserRecord.setJConfig(String value)
Setter for
DB_HTL.SEC_USER.J_CONFIG. |
SecUserRecord |
SecUserRecord.setPkId(String value)
Setter for
DB_HTL.SEC_USER.PK_ID. |
SecUserRecord |
SecUserRecord.setSAlipay(String value)
Setter for
DB_HTL.SEC_USER.S_ALIPAY. |
SecUserRecord |
SecUserRecord.setSCode(String value)
Setter for
DB_HTL.SEC_USER.S_CODE. |
SecUserRecord |
SecUserRecord.setSEmail(String value)
Setter for
DB_HTL.SEC_USER.S_EMAIL. |
SecUserRecord |
SecUserRecord.setSMobile(String value)
Setter for
DB_HTL.SEC_USER.S_MOBILE. |
SecUserRecord |
SecUserRecord.setSPassword(String value)
Setter for
DB_HTL.SEC_USER.S_PASSWORD. |
SecUserRecord |
SecUserRecord.setSQq(String value)
Setter for
DB_HTL.SEC_USER.S_QQ. |
SecUserRecord |
SecUserRecord.setSSecret(String value)
Setter for
DB_HTL.SEC_USER.S_SECRET. |
SecUserRecord |
SecUserRecord.setSTaobao(String value)
Setter for
DB_HTL.SEC_USER.S_TAOBAO. |
SecUserRecord |
SecUserRecord.setSUsername(String value)
Setter for
DB_HTL.SEC_USER.S_USERNAME. |
SecUserRecord |
SecUserRecord.setSWechat(String value)
Setter for
DB_HTL.SEC_USER.S_WECHAT. |
SecUserRecord |
SecUserRecord.setSWeibo(String value)
Setter for
DB_HTL.SEC_USER.S_WEIBO. |
SecUserRecord |
SecUserRecord.setZCreateBy(String value)
Setter for
DB_HTL.SEC_USER.Z_CREATE_BY. |
SecUserRecord |
SecUserRecord.setZCreateTime(Timestamp value)
Setter for
DB_HTL.SEC_USER.Z_CREATE_TIME. |
SecUserRecord |
SecUserRecord.setZLanguage(String value)
Setter for
DB_HTL.SEC_USER.Z_LANGUAGE. |
SecUserRecord |
SecUserRecord.setZSigma(String value)
Setter for
DB_HTL.SEC_USER.Z_SIGMA. |
SecUserRecord |
SecUserRecord.setZUpdateBy(String value)
Setter for
DB_HTL.SEC_USER.Z_UPDATE_BY. |
SecUserRecord |
SecUserRecord.setZUpdateTime(Timestamp value)
Setter for
DB_HTL.SEC_USER.Z_UPDATE_TIME. |
SecUserRecord |
SecUserRecord.value1(String value) |
SecUserRecord |
SecUserRecord.value10(String value) |
SecUserRecord |
SecUserRecord.value11(String value) |
SecUserRecord |
SecUserRecord.value12(String value) |
SecUserRecord |
SecUserRecord.value13(String value) |
SecUserRecord |
SecUserRecord.value14(Boolean value) |
SecUserRecord |
SecUserRecord.value15(String value) |
SecUserRecord |
SecUserRecord.value16(String value) |
SecUserRecord |
SecUserRecord.value17(String value) |
SecUserRecord |
SecUserRecord.value18(Timestamp value) |
SecUserRecord |
SecUserRecord.value19(String value) |
SecUserRecord |
SecUserRecord.value2(String value) |
SecUserRecord |
SecUserRecord.value20(Timestamp value) |
SecUserRecord |
SecUserRecord.value3(String value) |
SecUserRecord |
SecUserRecord.value4(String value) |
SecUserRecord |
SecUserRecord.value5(String value) |
SecUserRecord |
SecUserRecord.value6(String value) |
SecUserRecord |
SecUserRecord.value7(String value) |
SecUserRecord |
SecUserRecord.value8(String value) |
SecUserRecord |
SecUserRecord.value9(String value) |
SecUserRecord |
SecUserRecord.values(String value1,
String value2,
String value3,
String value4,
String value5,
String value6,
String value7,
String value8,
String value9,
String value10,
String value11,
String value12,
String value13,
Boolean value14,
String value15,
String value16,
String value17,
Timestamp value18,
String value19,
Timestamp value20) |
Copyright © 2018. All rights reserved.