Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » Connection interface

 

createDecimalNumber function

Creates a DecimalNumber.

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

  • scale   The number of decimal places in the number.

  • value   The value to be set.

Returns

The DecimalNumber with the specified type.