solidDB Help : solidDB reference : solidDB ADMIN COMMAND syntax : NOTIFY
  
NOTIFY
ADMIN COMMAND 'notify user {username | user id | ALL } message'
Abbreviation: not
This command sends an event to a given user with event identifier NOTIFY. This identifier is used to cancel an event-waiting thread when the statement timeout is not long enough for a disconnect or to change the event registration.
The following example sends a notify message to a user with user id 5; the event then gets the value of the message parameter.
ADMIN COMMAND 'notify user 5 Canceled by admin'
Go up to
solidDB ADMIN COMMAND syntax