Name | Description |
---|---|
Metadata | Functions to inspect the metadata of a listener. |
Name | Signature and Synopsis |
---|---|
delete | void delete(String listenerName) Deletes the listener. |
exists | boolean exists(String listenerName) Checks if a listener with the given name exists. |
getStatementName | String getStatementName(String listenerName) Gets the name of the statement that owns the listener. |