Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - M-Business Anywhere 编程 » UltraLite for M-Business Anywhere API 参考 » Connection 类

 

registerForEvent 方法

注册(队列)以便接收事件的通知。

语法
void registerForEvent(String event_name, String object_name, String queue_name, Boolean register)
参数
  • event_name   事件的名称。

  • object_name   事件适用的对象的名称(例如,表名)。

  • queue_name   事件通知队列的名称。

  • register   TRUE 表示注册,FALSE 表示注销。

另请参见