Package | Description |
---|---|
com.tencentcloudapi.cdb.v20170320.models |
Modifier and Type | Method and Description |
---|---|
TablePrivilege[] |
DescribeAccountPrivilegesResponse.getTablePrivileges()
Get 数据库中的表权限数组。
|
TablePrivilege[] |
ModifyAccountPrivilegesRequest.getTablePrivileges()
Get 数据库中表的权限。Privileges 权限的可选值为:权限的可选值为:"SELECT","INSERT","UPDATE","DELETE","CREATE", "DROP","REFERENCES","INDEX","ALTER","CREATE VIEW","SHOW VIEW", "TRIGGER"。
注意,ModifyAction为空时,不传该参数表示清除该权限。
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAccountPrivilegesResponse.setTablePrivileges(TablePrivilege[] TablePrivileges)
Set 数据库中的表权限数组。
|
void |
ModifyAccountPrivilegesRequest.setTablePrivileges(TablePrivilege[] TablePrivileges)
Set 数据库中表的权限。Privileges 权限的可选值为:权限的可选值为:"SELECT","INSERT","UPDATE","DELETE","CREATE", "DROP","REFERENCES","INDEX","ALTER","CREATE VIEW","SHOW VIEW", "TRIGGER"。
注意,ModifyAction为空时,不传该参数表示清除该权限。
|
Constructor and Description |
---|
TablePrivilege(TablePrivilege 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.
|
Copyright © 2022. All rights reserved.