Adobe LiveCycle Business Activity Monitoring ES API

com.celequest.api.function
Interface IUDFunctionWithVariableResultType.IDecimalResultTypeSetter

Enclosing interface:
IUDFunctionWithVariableResultType

public static interface IUDFunctionWithVariableResultType.IDecimalResultTypeSetter

Helper interface for getVarcharResultType.

See Also:
getDecimalResultType

Method Summary
 void setPrecision(int precision)
          Sets the precision of a DECIMAL returned by a UDF.
 void setScale(int scale)
          Sets the scale of a DECIMAL returned by a UDF.
 

Method Detail

setPrecision

public void setPrecision(int precision)
Sets the precision of a DECIMAL returned by a UDF.

Parameters:
precision - the count of digits in the DECIMAL result of a UDF, both to the left and right of the decimal point.

setScale

public void setScale(int scale)
Sets the scale of a DECIMAL returned by a UDF.

Parameters:
scale - the count of digits in the DECIMAL result of a UDF to the right of the decimal point.

Adobe LiveCycle Business Activity Monitoring ES API

Copyright © 2004-2007 Adobe Systems Incorporated. All rights reserved.
Copyright © 2002-2007 Celequest Corp. All Rights Reserved.

Take a survey