| Package | Description |
|---|---|
| cn.vertxup.ambient.domain.tables.interfaces | |
| cn.vertxup.ambient.domain.tables.pojos | |
| cn.vertxup.ambient.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends IXSource> |
IXSource.into(E into)
Copy data into another generated Record/POJO implementing the common interface IXSource
|
| Modifier and Type | Method and Description |
|---|---|
default IXSource |
IXSource.fromJson(io.vertx.core.json.JsonObject json) |
IXSource |
IXSource.setActive(Boolean value)
Setter for
DB_ETERNAL.X_SOURCE.ACTIVE. |
IXSource |
IXSource.setAppId(String value)
Setter for
DB_ETERNAL.X_SOURCE.APP_ID. |
IXSource |
IXSource.setCategory(String value)
Setter for
DB_ETERNAL.X_SOURCE.CATEGORY. |
IXSource |
IXSource.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.X_SOURCE.CREATED_AT. |
IXSource |
IXSource.setCreatedBy(String value)
Setter for
DB_ETERNAL.X_SOURCE.CREATED_BY. |
IXSource |
IXSource.setDriverClassName(String value)
Setter for
DB_ETERNAL.X_SOURCE.DRIVER_CLASS_NAME. |
IXSource |
IXSource.setHostname(String value)
Setter for
DB_ETERNAL.X_SOURCE.HOSTNAME. |
IXSource |
IXSource.setInstance(String value)
Setter for
DB_ETERNAL.X_SOURCE.INSTANCE. |
IXSource |
IXSource.setIpV4(String value)
Setter for
DB_ETERNAL.X_SOURCE.IP_V4. |
IXSource |
IXSource.setIpV6(String value)
Setter for
DB_ETERNAL.X_SOURCE.IP_V6. |
IXSource |
IXSource.setJdbcConfig(String value)
Setter for
DB_ETERNAL.X_SOURCE.JDBC_CONFIG. |
IXSource |
IXSource.setJdbcUrl(String value)
Setter for
DB_ETERNAL.X_SOURCE.JDBC_URL. |
IXSource |
IXSource.setKey(String value)
Setter for
DB_ETERNAL.X_SOURCE.KEY. |
IXSource |
IXSource.setLanguage(String value)
Setter for
DB_ETERNAL.X_SOURCE.LANGUAGE. |
IXSource |
IXSource.setMetadata(String value)
Setter for
DB_ETERNAL.X_SOURCE.METADATA. |
IXSource |
IXSource.setPassword(String value)
Setter for
DB_ETERNAL.X_SOURCE.PASSWORD. |
IXSource |
IXSource.setPort(Integer value)
Setter for
DB_ETERNAL.X_SOURCE.PORT. |
IXSource |
IXSource.setSigma(String value)
Setter for
DB_ETERNAL.X_SOURCE.SIGMA. |
IXSource |
IXSource.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.X_SOURCE.UPDATED_AT. |
IXSource |
IXSource.setUpdatedBy(String value)
Setter for
DB_ETERNAL.X_SOURCE.UPDATED_BY. |
IXSource |
IXSource.setUsername(String value)
Setter for
DB_ETERNAL.X_SOURCE.USERNAME. |
| Modifier and Type | Method and Description |
|---|---|
void |
IXSource.from(IXSource from)
Load data from another generated Record/POJO implementing the common interface IXSource
|
| Modifier and Type | Class and Description |
|---|---|
class |
XSource
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IXSource> |
XSource.into(E into)
Copy data into another generated Record/POJO implementing the common interface IXSource
|
| Modifier and Type | Method and Description |
|---|---|
void |
XSource.from(IXSource from)
Load data from another generated Record/POJO implementing the common interface IXSource
|
| Modifier and Type | Class and Description |
|---|---|
class |
XSourceRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IXSource> |
XSourceRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IXSource
|
| Modifier and Type | Method and Description |
|---|---|
void |
XSourceRecord.from(IXSource from)
Load data from another generated Record/POJO implementing the common interface IXSource
|
Copyright © 2021. All rights reserved.