Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Erstellt ein DecimalNumber-Objekt.
DecimalNumber Connection.createDecimalNumber( int precision, int scale, String value ) throws ULjException
precision Die Gesamtstellenanzahl der Zahl.
scale Die Anzahl der Dezimalstellen der Zahl.
value Der zu setzende Wert.
Das DecimalNumber-Objekt mit dem angegebenen Typ.