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

SQL Anywhere 11.0.1 (Français) » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API reference » UltraLite_Connection_iface class

 

GetNotificationParameter function

Get a parameter for the event notification just read by GetNotification function.

Syntax
ULValue UltraLite_Connection_iface::GetNotificationParameter(
  const ULValue & queue_name,
  const ULValue & parameter_name
)
Parameters
  • queue_name   queue name matching GetNotification function call

  • parameter_name   name of parameter to read (or "*")

Returns

The parameter value or empty string on error.

Remarks

Only the parameters from the most-recently read notification on the given queue are available. Parameters are retrieved by name. A parameter name of "*" retrieves the entire parameter string.

See also