Skip to main content

schema_creation_target

Function schema_creation_target 

Source
pub fn schema_creation_target(
    names: &dyn RoleReferenceNames,
    roles: &dyn RoleCatalogGuards,
    current_user: &str,
    name: Option<&str>,
    authorization: Option<&SchemaAuthorization>,
) -> Result<SchemaCreationTarget, SQLError>