Skip to main content

revoke_routine_acl

Function revoke_routine_acl 

Source
pub fn revoke_routine_acl(
    definition: &mut CreateFunction,
    grantee: &str,
    grantor: &str,
    grant_option_only: bool,
    cascade: bool,
) -> Result<bool, SQLError>