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

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere Java API reference » ianywhere.qanywhere.client package » Interface QAMessage

 

setFloatProperty method

Syntax
void ianywhere.qanywhere.client.QAMessage.setFloatProperty(
  String name,
  float 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 float property.

See Also

Interface MessageProperties