Uses of Class
com.tencentcloudapi.cdb.v20170320.models.DescribeSupportedPrivilegesResponse
-
Packages that use DescribeSupportedPrivilegesResponse Package Description com.tencentcloudapi.cdb.v20170320 com.tencentcloudapi.cdb.v20170320.models -
-
Uses of DescribeSupportedPrivilegesResponse in com.tencentcloudapi.cdb.v20170320
Methods in com.tencentcloudapi.cdb.v20170320 that return DescribeSupportedPrivilegesResponse Modifier and Type Method Description DescribeSupportedPrivilegesResponseCdbClient. DescribeSupportedPrivileges(DescribeSupportedPrivilegesRequest req)本接口(DescribeSupportedPrivileges)用于查询云数据库的支持的权限信息,包括全局权限,数据库权限,表权限以及列权限。 -
Uses of DescribeSupportedPrivilegesResponse in com.tencentcloudapi.cdb.v20170320.models
Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type DescribeSupportedPrivilegesResponse Constructor Description DescribeSupportedPrivilegesResponse(DescribeSupportedPrivilegesResponse 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.
-