Package | Description |
---|---|
com.tencentcloudapi.mariadb.v20170312.models |
Modifier and Type | Method and Description |
---|---|
ColumnPrivilege[] |
ModifyAccountPrivilegesRequest.getColumnPrivileges()
Get 数据库表中列的权限。Privileges 权限的可选值为:"SELECT","INSERT","UPDATE","REFERENCES"。
注意,不传该参数表示保留现有权限,如需清除,请在复杂类型Privileges字段传空数组。
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyAccountPrivilegesRequest.setColumnPrivileges(ColumnPrivilege[] ColumnPrivileges)
Set 数据库表中列的权限。Privileges 权限的可选值为:"SELECT","INSERT","UPDATE","REFERENCES"。
注意,不传该参数表示保留现有权限,如需清除,请在复杂类型Privileges字段传空数组。
|
Constructor and Description |
---|
ColumnPrivilege(ColumnPrivilege 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 © 2021. All rights reserved.