Hiding the contents of procedures, functions, and views

In some cases, you may want to distribute an application and a database without disclosing the logic contained within procedures, functions, triggers and views. As an added security measure, you can obscure the contents of these objects using the SET HIDDEN clause of the ALTER PROCEDURE, ALTER FUNCTION, and ALTER VIEW statements.

See ”Hiding the contents of procedures, functions, triggers and views” in SQL Anywhere Server - SQL Usage.

NoteSybase IQ does not support triggers. Information on triggers in the SQL Anywhere documentation can be ignored.

For more information, see ALTER FUNCTION statement, ALTER PROCEDURE statement, and ALTER VIEW statement in Reference: Statements and Options.