Uses of Class
com.tencentcloudapi.mariadb.v20170312.models.DatabaseTable
-
Packages that use DatabaseTable Package Description com.tencentcloudapi.mariadb.v20170312.models -
-
Uses of DatabaseTable in com.tencentcloudapi.mariadb.v20170312.models
Methods in com.tencentcloudapi.mariadb.v20170312.models that return DatabaseTable Modifier and Type Method Description DatabaseTable[]
DescribeDatabaseObjectsResponse. getTables()
Get 表列表。Methods in com.tencentcloudapi.mariadb.v20170312.models with parameters of type DatabaseTable Modifier and Type Method Description void
DescribeDatabaseObjectsResponse. setTables(DatabaseTable[] Tables)
Set 表列表。Constructors in com.tencentcloudapi.mariadb.v20170312.models with parameters of type DatabaseTable Constructor Description DatabaseTable(DatabaseTable 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.
-