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