Skip to main content

revoke_acl

Function revoke_acl 

Source
pub fn revoke_acl(
    security: &mut TableSecurity,
    privilege: TableAclPrivilege,
    grantees: &[String],
    grantor: &str,
    grant_option_only: bool,
    cascade: bool,
) -> Result<(), SQLError>