Uses of Class
io.trino.spi.connector.CatalogSchemaRoutineName
Packages that use CatalogSchemaRoutineName
-
Uses of CatalogSchemaRoutineName in io.trino.spi.security
Methods in io.trino.spi.security with parameters of type CatalogSchemaRoutineNameModifier and TypeMethodDescriptiondefault booleanSystemAccessControl.canCreateViewWithExecuteFunction(SystemSecurityContext systemSecurityContext, CatalogSchemaRoutineName functionName) Is identity allowed to create a view that executes the specified function?default booleanSystemAccessControl.canExecuteFunction(SystemSecurityContext systemSecurityContext, CatalogSchemaRoutineName functionName) Is identity allowed to execute the specified function?default voidSystemAccessControl.checkCanCreateFunction(SystemSecurityContext systemSecurityContext, CatalogSchemaRoutineName functionName) Check if identity is allowed to create the specified function in the catalog.default voidSystemAccessControl.checkCanDropFunction(SystemSecurityContext systemSecurityContext, CatalogSchemaRoutineName functionName) Check if identity is allowed to drop the specified function in the catalog.default voidSystemAccessControl.checkCanExecuteProcedure(SystemSecurityContext systemSecurityContext, CatalogSchemaRoutineName procedure) Check if identity is allowed to execute the specified proceduredefault voidSystemAccessControl.checkCanShowCreateFunction(SystemSecurityContext systemSecurityContext, CatalogSchemaRoutineName functionName) Check if identity is allowed to execute SHOW CREATE FUNCTION.