Uses of Class
io.trino.spi.connector.CatalogSchemaName
Packages that use CatalogSchemaName
Package
Description
-
Uses of CatalogSchemaName in io.trino.spi.connector
Methods in io.trino.spi.connector that return types with arguments of type CatalogSchemaName -
Uses of CatalogSchemaName in io.trino.spi.expression
Methods in io.trino.spi.expression that return types with arguments of type CatalogSchemaNameConstructor parameters in io.trino.spi.expression with type arguments of type CatalogSchemaNameModifierConstructorDescriptionFunctionName(Optional<CatalogSchemaName> catalogSchema, String name) -
Uses of CatalogSchemaName in io.trino.spi.function
Methods in io.trino.spi.function that return types with arguments of type CatalogSchemaNameModifier and TypeMethodDescriptionLanguageFunction.path()Returns the value of thepathrecord component.Constructor parameters in io.trino.spi.function with type arguments of type CatalogSchemaNameModifierConstructorDescriptionLanguageFunction(String signatureToken, String sql, List<CatalogSchemaName> path, Optional<String> owner) Creates an instance of aLanguageFunctionrecord class. -
Uses of CatalogSchemaName in io.trino.spi.security
Methods in io.trino.spi.security that return types with arguments of type CatalogSchemaNameMethods in io.trino.spi.security with parameters of type CatalogSchemaNameModifier and TypeMethodDescriptiondefault voidSystemAccessControl.checkCanCreateSchema(SystemSecurityContext context, CatalogSchemaName schema, Map<String, Object> properties) Check if identity is allowed to create the specified schema with properties in a catalog.default voidSystemAccessControl.checkCanDenySchemaPrivilege(SystemSecurityContext context, Privilege privilege, CatalogSchemaName schema, TrinoPrincipal grantee) Check if identity is allowed to deny the specified privilege to the grantee on the specified schema.default voidSystemAccessControl.checkCanDropSchema(SystemSecurityContext context, CatalogSchemaName schema) Check if identity is allowed to drop the specified schema in a catalog.default voidSystemAccessControl.checkCanGrantSchemaPrivilege(SystemSecurityContext context, Privilege privilege, CatalogSchemaName schema, TrinoPrincipal grantee, boolean grantOption) Check if identity is allowed to grant the specified privilege to the grantee on the specified schema.default voidSystemAccessControl.checkCanRenameSchema(SystemSecurityContext context, CatalogSchemaName schema, String newSchemaName) Check if identity is allowed to rename the specified schema in a catalog.default voidSystemAccessControl.checkCanRevokeSchemaPrivilege(SystemSecurityContext context, Privilege privilege, CatalogSchemaName schema, TrinoPrincipal revokee, boolean grantOption) Check if identity is allowed to revoke the specified privilege on the specified schema from the revokee.default voidSystemAccessControl.checkCanSetSchemaAuthorization(SystemSecurityContext context, CatalogSchemaName schema, TrinoPrincipal principal) Check if identity is allowed to change the specified schema's user/role.default voidSystemAccessControl.checkCanShowCreateSchema(SystemSecurityContext context, CatalogSchemaName schemaName) Check if identity is allowed to execute SHOW CREATE SCHEMA.default voidSystemAccessControl.checkCanShowFunctions(SystemSecurityContext context, CatalogSchemaName schema) Check if identity is allowed to show functions by executing SHOW FUNCTIONS in a catalog schema.default voidSystemAccessControl.checkCanShowTables(SystemSecurityContext context, CatalogSchemaName schema) Check if identity is allowed to show metadata of tables by executing SHOW TABLES, SHOW GRANTS etc. in a catalog.Method parameters in io.trino.spi.security with type arguments of type CatalogSchemaNameModifier and TypeMethodDescriptionvoidViewExpression.Builder.setPath(List<CatalogSchemaName> path)