获取刚刚由GetNotification 函数读取的事件通知的参数。
ULValue UltraLite_Connection_iface::GetNotificationParameter( const ULValue & queue_name, const ULValue & parameter_name )
queue_name 与GetNotification 函数调用匹配的队列名称
parameter_name 要读取的参数名称(或 "*")
参数值,或在出错时为空字符串。
只有给定队列中来自最近读取的通知的参数可用。参数会按名称检索。使用参数名称 "*" 可检索整个参数字符串。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |