Pathway/iTS Web Client Programming Manual (H06.03+, J06.03+)

Table Of Contents
Java Import Package Reference
HP NonStop Pathway/iTS Web Client Programming Manual520270-003
6-124
Class Cursor
Abstract Method Implementation
Class-Specific Methods
Method Constructor
Syntax
public Cursor()
Method getHostLength
Purpose
Returns the number of bytes required to store the NonStop Kernel representation of
the data.
Syntax
public int getHostLength()
Return Value
Returns the number of bytes required to represent the equivalent SCREEN COBOL
data item in the NonStop Kernel.
Method getHostValue
Purpose
Returns the NonStop Kernel representation of the data as a byte array.
Syntax
public byte [] getHostValue()
getHostLength() Returns the number of bytes required to store the
NonStop Kernel representation of the data
getHostValue() Returns the NonStop Kernel representation of the
data as a byte array
setHostValue() Updates the value of the object with the given byte
array
initialize() Equivalent to the SCREEN COBOL statement
MOVE ZEROS to NEW-CURSOR or MOVE ZEROS
TO OLD-CURSOR