Uses of Class
com.tencentcloudapi.dlc.v20210125.models.TColumn
-
Packages that use TColumn Package Description com.tencentcloudapi.dlc.v20210125.models -
-
Uses of TColumn in com.tencentcloudapi.dlc.v20210125.models
Methods in com.tencentcloudapi.dlc.v20210125.models that return TColumn Modifier and Type Method Description TColumn[]CreateInternalTableRequest. getColumns()Get 表字段信息TColumn[]GenerateCreateMangedTableSqlRequest. getColumns()Get 表字段信息Methods in com.tencentcloudapi.dlc.v20210125.models with parameters of type TColumn Modifier and Type Method Description voidCreateInternalTableRequest. setColumns(TColumn[] Columns)Set 表字段信息voidGenerateCreateMangedTableSqlRequest. setColumns(TColumn[] Columns)Set 表字段信息Constructors in com.tencentcloudapi.dlc.v20210125.models with parameters of type TColumn Constructor Description TColumn(TColumn 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.
-