Uses of Class
com.tencentcloudapi.dbbrain.v20210527.models.Table
-
Packages that use Table Package Description com.tencentcloudapi.dbbrain.v20210527.models -
-
Uses of Table in com.tencentcloudapi.dbbrain.v20210527.models
Methods in com.tencentcloudapi.dbbrain.v20210527.models that return Table Modifier and Type Method Description Table[]DescribeNoPrimaryKeyTablesResponse. getNoPrimaryKeyTables()Get 无主键表列表。Methods in com.tencentcloudapi.dbbrain.v20210527.models with parameters of type Table Modifier and Type Method Description voidDescribeNoPrimaryKeyTablesResponse. setNoPrimaryKeyTables(Table[] NoPrimaryKeyTables)Set 无主键表列表。Constructors in com.tencentcloudapi.dbbrain.v20210527.models with parameters of type Table Constructor Description Table(Table 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.
-