Contents Index DBConnectionContext interface InOutInteger interface

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

InOutByteArray interface


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

getValue method 

public byte[ ] getValue( )

Returns the value of this byte array parameter.

setValue method 

public void setValue( byte[ ] new_value )

Sets the value of this byte array parameter. There is one parameter, new_value, which is the value this byte array should take.


Contents Index DBConnectionContext interface InOutInteger interface