BigDecimalValuepublic class BigDecimalValue extends com.ora.jsp.sql.Value This class represents a BigDecimal value used by the SQL tags. |
Fields Summary |
---|
private BigDecimal | value |
Constructors Summary |
---|
public BigDecimalValue(BigDecimal value)
this.value = value;
|
|