Skip to main content
  • revokePermissionTable

    public RevokePermissionTableResponse revokePermissionTable(RevokePermissionTableRequest request) throws GPUdbException
    [DEPRECATED—please use revokePermission instead] Revokes a table-level permission from a user or role.
    Parameters:
    request - Request object containing the parameters for the operation.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.
  • revokePermissionTable

    public RevokePermissionTableResponse revokePermissionTable(String name, String permission, String tableName, Map<String,String> options) throws GPUdbException
    [DEPRECATED—please use revokePermission instead] Revokes a table-level permission from a user or role.
    Parameters:
    name - Name of the user or role from which the permission will be revoked. Must be an existing user or role.
    permission - Permission to revoke from the user or role. Supported values:
    tableName - Name of the table to which the permission grants access, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table, view or schema.
    options - Optional parameters.
    • COLUMNS: Apply security to these columns, comma-separated. The default value is ”.
    The default value is an empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.