Try OpenEdge Now
skip to main content
SQL Development
User Defined Functions : Working with User Defined Functions : Revoking Execute permissions for a UDF
 

Revoking Execute permissions for a UDF

You can revoke a user’s previously granted access to a User Defined Function. To revoke access to a User Defined Function, use the following syntax:
REVOKE EXECUTE ON [owner_name]udf_name FROM { username [, username ] , ...| PUBLIC }
[ RESTRICT | CASCADE];