Uses of Class
com.tencentcloudapi.dcdb.v20180411.models.TableColumn
-
Packages that use TableColumn Package Description com.tencentcloudapi.dcdb.v20180411.models -
-
Uses of TableColumn in com.tencentcloudapi.dcdb.v20180411.models
Methods in com.tencentcloudapi.dcdb.v20180411.models that return TableColumn Modifier and Type Method Description TableColumn[]DescribeDatabaseTableResponse. getCols()Get 列信息。Methods in com.tencentcloudapi.dcdb.v20180411.models with parameters of type TableColumn Modifier and Type Method Description voidDescribeDatabaseTableResponse. setCols(TableColumn[] Cols)Set 列信息。Constructors in com.tencentcloudapi.dcdb.v20180411.models with parameters of type TableColumn Constructor Description TableColumn(TableColumn 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.
-