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

SQL Anywhere 11.0.1 » MobiLink - Server Administration » MobiLink Server APIs » Writing synchronization scripts in Java » MobiLink server API for Java reference » InOutString interface

 

setValue method

Syntax
public void setValue( java.lang.String new_value )
Remarks

Sets the value of this String parameter.

Parameters
  • new_value   The value for this String to take.

Example

See: InOutString interface