Package | Description |
---|---|
com.tencentcloudapi.cdb.v20170320.models |
Modifier and Type | Method and Description |
---|---|
TablePrivilege[] |
DescribeAccountPrivilegesResponse.getTablePrivileges()
Get Array of table permissions in the database.
|
TablePrivilege[] |
ModifyAccountPrivilegesRequest.getTablePrivileges()
Get Table permission in the database.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAccountPrivilegesResponse.setTablePrivileges(TablePrivilege[] TablePrivileges)
Set Array of table permissions in the database.
|
void |
ModifyAccountPrivilegesRequest.setTablePrivileges(TablePrivilege[] TablePrivileges)
Set Table permission in the database.
|
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 © 2023. All rights reserved.