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