Uses of Class
com.tencentcloudapi.mariadb.v20170312.models.TablePrivilege
-
Packages that use TablePrivilege Package Description com.tencentcloudapi.mariadb.v20170312.models -
-
Uses of TablePrivilege in com.tencentcloudapi.mariadb.v20170312.models
Methods in com.tencentcloudapi.mariadb.v20170312.models that return TablePrivilege Modifier and Type Method Description TablePrivilege[]ModifyAccountPrivilegesRequest. getTablePrivileges()Get 数据库中表的权限。Privileges 权限的可选值为:"SELECT","INSERT","UPDATE","DELETE","CREATE", "DROP","REFERENCES","INDEX","ALTER","CREATE VIEW","SHOW VIEW", "TRIGGER"。 注意,不传该参数表示保留现有权限,如需清除,请在复杂类型Privileges字段传空数组。Methods in com.tencentcloudapi.mariadb.v20170312.models with parameters of type TablePrivilege Modifier and Type Method Description voidModifyAccountPrivilegesRequest. setTablePrivileges(TablePrivilege[] TablePrivileges)Set 数据库中表的权限。Privileges 权限的可选值为:"SELECT","INSERT","UPDATE","DELETE","CREATE", "DROP","REFERENCES","INDEX","ALTER","CREATE VIEW","SHOW VIEW", "TRIGGER"。 注意,不传该参数表示保留现有权限,如需清除,请在复杂类型Privileges字段传空数组。Constructors in com.tencentcloudapi.mariadb.v20170312.models with parameters of type TablePrivilege Constructor 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.
-