Uses of Class
com.gpudb.protocol.GrantPermissionTableRequest
-
Packages that use GrantPermissionTableRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of GrantPermissionTableRequest in com.gpudb
Methods in com.gpudb with parameters of type GrantPermissionTableRequest Modifier and Type Method Description GrantPermissionTableResponseGPUdb. grantPermissionTable(GrantPermissionTableRequest request)Grants a table-level permission to a user or role. -
Uses of GrantPermissionTableRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return GrantPermissionTableRequest Modifier and Type Method Description GrantPermissionTableRequestGrantPermissionTableRequest. setFilterExpression(String filterExpression)Optional filter expression to apply to this grant.GrantPermissionTableRequestGrantPermissionTableRequest. setName(String name)Name of the user or role to which the permission will be granted.GrantPermissionTableRequestGrantPermissionTableRequest. setOptions(Map<String,String> options)Optional parameters.GrantPermissionTableRequestGrantPermissionTableRequest. setPermission(String permission)Permission to grant to the user or role.GrantPermissionTableRequestGrantPermissionTableRequest. setTableName(String tableName)Name of the table to which the permission grants access, in [schema_name.]table_name format, using standard name resolution rules.
-