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

SQL Anywhere 11.0.1 » QAnywhere » QAnywhere Reference » QAnywhere Java API reference » QAnywhere Java API for clients » QAMessage interface

 

setDoubleProperty method

Syntax
void QAMessage.setDoubleProperty(
  String name,
  double value
)
throws QAException
Parameters
  • name   The property name.

  • value   The property value.

Throws
  • Thrown if there is a problem setting the property.

Remarks

Sets a double property.

See Also

MessageProperties interface