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

Syntax

public void addDecimal(int position, java.math.BigDecimal value, 
                       int mode)
            throws Open4GLException
public void addDecimalArray(int position, java.math.BigDecimal[] value, 
                            int mode, int extentValue)
            throws Open4GLException

For information on the parameters to these methods, see General syntax for add parameter methods.