Uses of Class
com.tencentcloudapi.tcaplusdb.v20190823.models.SelectedTableWithField
-
Packages that use SelectedTableWithField Package Description com.tencentcloudapi.tcaplusdb.v20190823.models -
-
Uses of SelectedTableWithField in com.tencentcloudapi.tcaplusdb.v20190823.models
Methods in com.tencentcloudapi.tcaplusdb.v20190823.models that return SelectedTableWithField Modifier and Type Method Description SelectedTableWithField[]SetTableDataFlowRequest. getSelectedTables()Get 待创建分布式索引表格列表SelectedTableWithField[]SetTableIndexRequest. getSelectedTables()Get 待创建分布式索引表格列表Methods in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type SelectedTableWithField Modifier and Type Method Description voidSetTableDataFlowRequest. setSelectedTables(SelectedTableWithField[] SelectedTables)Set 待创建分布式索引表格列表voidSetTableIndexRequest. setSelectedTables(SelectedTableWithField[] SelectedTables)Set 待创建分布式索引表格列表Constructors in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type SelectedTableWithField Constructor Description SelectedTableWithField(SelectedTableWithField 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.
-