Uses of Class
io.trino.spi.connector.SchemaRoutineName
Packages that use SchemaRoutineName
-
Uses of SchemaRoutineName in io.trino.spi.connector
Methods in io.trino.spi.connector that return SchemaRoutineNameMethods in io.trino.spi.connector with parameters of type SchemaRoutineNameModifier and TypeMethodDescriptiondefault booleanConnectorAccessControl.canCreateViewWithExecuteFunction(ConnectorSecurityContext context, SchemaRoutineName function) Is identity allowed to create a view that executes the specified function?default booleanConnectorAccessControl.canExecuteFunction(ConnectorSecurityContext context, SchemaRoutineName function) Is the identity allowed to execute the specified function?default voidConnectorAccessControl.checkCanCreateFunction(ConnectorSecurityContext context, SchemaRoutineName function) Check if identity is allowed to create the specified function.default voidConnectorAccessControl.checkCanDropFunction(ConnectorSecurityContext context, SchemaRoutineName function) Check if identity is allowed to drop the specified function.default voidConnectorAccessControl.checkCanExecuteProcedure(ConnectorSecurityContext context, SchemaRoutineName procedure) Constructors in io.trino.spi.connector with parameters of type SchemaRoutineNameModifierConstructorDescriptionCatalogSchemaRoutineName(String catalogName, SchemaRoutineName schemaRoutineName)