Uses of Class
com.tencentcloudapi.dlc.v20210125.models.Execution
-
Packages that use Execution Package Description com.tencentcloudapi.dlc.v20210125.models -
-
Uses of Execution in com.tencentcloudapi.dlc.v20210125.models
Methods in com.tencentcloudapi.dlc.v20210125.models that return Execution Modifier and Type Method Description ExecutionCreateDatabaseResponse. getExecution()Get 生成的建库执行语句对象。ExecutionCreateTableResponse. getExecution()Get 生成的建表执行语句对象。ExecutionGenerateCreateMangedTableSqlResponse. getExecution()Get 创建托管存储内表sql语句描述Methods in com.tencentcloudapi.dlc.v20210125.models with parameters of type Execution Modifier and Type Method Description voidCreateDatabaseResponse. setExecution(Execution Execution)Set 生成的建库执行语句对象。voidCreateTableResponse. setExecution(Execution Execution)Set 生成的建表执行语句对象。voidGenerateCreateMangedTableSqlResponse. setExecution(Execution Execution)Set 创建托管存储内表sql语句描述Constructors in com.tencentcloudapi.dlc.v20210125.models with parameters of type Execution Constructor 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.
-