createDecimalNumber method

Creates a DecimalNumber.

Syntax
DecimalNumber Connection.createDecimalNumber(
  int precision,
  int scale
) throws ULjException
Parameters
  • precision   The number of digits in the number.

  • scale   The number of decimal places in the number.

Returns

The DecimalNumber with the specified type.