Try OpenEdge Now
skip to main content
Java Open Clients
Using the Open Client Java OpenAPI to Directly Access the AppServer : Setting up parameters : Adding parameters using data type-specific methods : RECID
 
RECID
These are the data type-specific methods for adding an ABL RECID parameter:
Syntax
public void addRecid(int position, Long value, int mode)
            throws Open4GLException
public void addRecidArray(int position, Long[] value, int mode,
                          int extentValue)
            throws Open4GLException
public void addRecid(int position, long value, int mode)
            throws Open4GLException
public void addRecidArray(int position, long[] value, int mode,
                          int extentValue)
            throws Open4GLException
For information on the parameters to these methods, see General syntax for add parameter methods.