Uses of Class
com.tencentcloudapi.cynosdb.v20190107.models.DbTable
-
Packages that use DbTable Package Description com.tencentcloudapi.cynosdb.v20190107.models -
-
Uses of DbTable in com.tencentcloudapi.cynosdb.v20190107.models
Methods in com.tencentcloudapi.cynosdb.v20190107.models that return DbTable Modifier and Type Method Description DbTable[]GrantAccountPrivilegesRequest. getDbTables()Get 数据库表信息DbTable[]RevokeAccountPrivilegesRequest. getDbTables()Get 数据库表信息Methods in com.tencentcloudapi.cynosdb.v20190107.models with parameters of type DbTable Modifier and Type Method Description voidGrantAccountPrivilegesRequest. setDbTables(DbTable[] DbTables)Set 数据库表信息voidRevokeAccountPrivilegesRequest. setDbTables(DbTable[] DbTables)Set 数据库表信息Constructors in com.tencentcloudapi.cynosdb.v20190107.models with parameters of type DbTable Constructor Description DbTable(DbTable 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.
-