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 类

 

getNotificationParameter 方法

获取刚刚由 getNotification 读取的事件通知的参数。

语法
String getNotificationParameter( String queue_name, String param_name)
参数
  • queue_name   事件通知队列的名称。

  • param_name   要读取的参数的名称;对于全部参数为 "*"。

另请参见