These are the data type-specific methods for adding an ABL INT64 parameter:

Syntax

public void addInt64(int position, Long value, int mode)
            throws Open4GLException
public void addInt64Array(int position, Long[] value, int mode, 
                            int extentValue)
            throws Open4GLException
public void addInt64(int position, long value, int mode)
            throws Open4GLException
public void addInt64Array(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.