Contents Index InOutByteArray interface InOutString interface

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

InOutInteger interface


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

getValue method 

public int getValue( )

Returns the value of this integer 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 integer should take.


Contents Index InOutByteArray interface InOutString interface