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 - C 及 C++ 编程 » API 参考 » UltraLite C++ API 参考 » UltraLite_Connection_iface 类

 

GetNotificationParameter 函数

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

语法
ULValue UltraLite_Connection_iface::GetNotificationParameter(
  const ULValue & queue_name,
  const ULValue & parameter_name
)
参数
  • queue_name   GetNotification 函数调用匹配的队列名称

  • parameter_name   要读取的参数名称(或 "*")

返回值

参数值,或在出错时为空字符串。

注释

只有给定队列中来自最近读取的通知的参数可用。参数会按名称检索。使用参数名称 "*" 可检索整个参数字符串。

另请参见