OracleDecimal Static Fields
The OracleDecimal static fields are listed in Table 15-51.
                  
Table 15-51 OracleDecimal Static Fields
| Field | Description | 
|---|---|
| A constant representing the maximum precision, which is 38 | |
| A constant representing the maximum scale, which is 127 | |
| A constant representing the maximum value for this structure, which is 9.9…9 x 10125 | |
| A constant representing the minimum scale, which is -84 | |
| A constant representing the minimum value for this structure, which is -1.0 x 10130 | |
| A constant representing the negative one value | |
| Represents a null value that can be assigned to an  | |
| A constant representing the positive one value | |
| A constant representing the numeric Pi value | |
| A constant representing the zero value |