Package | Description |
---|---|
com.tencentcloudapi.mariadb.v20170312.models |
Modifier and Type | Method and Description |
---|---|
ProcedurePrivilege[] |
ModifyAccountPrivilegesRequest.getProcedurePrivileges()
Get 数据库存储过程的权限。Privileges 权限的可选值为:"ALTER ROUTINE","EXECUTE"。
注意,不传该参数表示保留现有权限,如需清除,请在复杂类型Privileges字段传空数组。
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyAccountPrivilegesRequest.setProcedurePrivileges(ProcedurePrivilege[] ProcedurePrivileges)
Set 数据库存储过程的权限。Privileges 权限的可选值为:"ALTER ROUTINE","EXECUTE"。
注意,不传该参数表示保留现有权限,如需清除,请在复杂类型Privileges字段传空数组。
|
Constructor and Description |
---|
ProcedurePrivilege(ProcedurePrivilege 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.