Contents Index InOutInteger interface LogListener interface

MobiLink Synchronization User's Guide
  Writing Synchronization Scripts in Java
    MobiLink Java API Reference

InOutString interface


Passed into methods to enable the functionality of an in/out parameter passed to a SQL script.

getValue method 

public java.lang.String getValue( )

Returns the value of this string parameter.

setValue method 

public void setValue( int new_value )

Sets the value of this integer parameter. There is one parameter, new_value, which is the value this string should take.


Contents Index InOutInteger interface LogListener interface