Field Summary |
|
final public static double | DOUBLE_EPSILON The minimum accuracy required of the storage and retrieval of double
values. |
final public static float | FLOAT_EPSILON The minimum accuracy required of the storage and retrieval of float
values. |
final public static double | MAX_DOUBLE_VALUE The maximum double value we will try to store in the DB. |
final public static float | MAX_FLOAT_VALUE The maximum float value we will try to store in the DB. |
final public static double | MIN_DOUBLE_VALUE The minimum double value we will try to store in the DB. |
final public static float | MIN_FLOAT_VALUE The minimum float value we will try to store in the DB. |