Skip to main content

bind_legacy_authority

Function bind_legacy_authority 

Source
pub fn bind_legacy_authority(
    owner: &str,
    acl: Option<Vec<LegacyRoutineAclEntry>>,
    roles: &BTreeMap<String, RoleDefinition>,
    implicit_owner_execute: bool,
) -> Result<BoundRoutineAuthority, SQLError>