Package | Description |
---|---|
com.tencentcloudapi.mariadb.v20170312.models |
Modifier and Type | Method and Description |
---|---|
ViewPrivileges[] |
ModifyAccountPrivilegesRequest.getViewPrivileges()
Get 数据库视图的权限。Privileges 权限的可选值为:"SELECT","INSERT","UPDATE","DELETE","CREATE", "DROP","REFERENCES","INDEX","ALTER","CREATE VIEW","SHOW VIEW", "TRIGGER"。
注意,不传该参数表示保留现有权限,如需清除,请在复杂类型Privileges字段传空数组。
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyAccountPrivilegesRequest.setViewPrivileges(ViewPrivileges[] ViewPrivileges)
Set 数据库视图的权限。Privileges 权限的可选值为:"SELECT","INSERT","UPDATE","DELETE","CREATE", "DROP","REFERENCES","INDEX","ALTER","CREATE VIEW","SHOW VIEW", "TRIGGER"。
注意,不传该参数表示保留现有权限,如需清除,请在复杂类型Privileges字段传空数组。
|
Constructor and Description |
---|
ViewPrivileges(ViewPrivileges 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 © 2025. All rights reserved.