| Package | Description |
|---|---|
| com.tencentcloudapi.dlc.v20210125.models |
| Modifier and Type | Method and Description |
|---|---|
Execution |
CreateTableResponse.getExecution()
Get 生成的建表执行语句对象。
|
Execution |
CreateDatabaseResponse.getExecution()
Get 生成的建库执行语句对象。
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTableResponse.setExecution(Execution Execution)
Set 生成的建表执行语句对象。
|
void |
CreateDatabaseResponse.setExecution(Execution Execution)
Set 生成的建库执行语句对象。
|
| Constructor and Description |
|---|
Execution(Execution source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.