For improved security, you can hide the definition for an event handler using the ALTER EVENT statement.
Prerequisites
You must have either the MANAGE ANY EVENT or ALTER ANY OBJECT system privilege.
Connect to the database.
Execute an ALTER EVENT statement with the SET HIDDEN clause:
ALTER EVENT event-name SET HIDDEN |
Example
The following statement hides the definition of the event handler secret_event:
ALTER EVENT secret_event SET HIDDEN |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |