public final class SqlNumeric
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static SqlNumeric |
NAN |
static SqlNumeric |
NEG_INFINITY |
static SqlNumeric |
POS_INFINITY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.math.BigDecimal |
getValue() |
int |
hashCode() |
boolean |
isFinite() |
boolean |
isNaN() |
boolean |
isNegInifinity() |
boolean |
isPosInifinity() |
static SqlNumeric |
of(java.math.BigDecimal value) |
java.lang.String |
toString() |
public static final SqlNumeric NAN
public static final SqlNumeric NEG_INFINITY
public static final SqlNumeric POS_INFINITY
public static SqlNumeric of(java.math.BigDecimal value)
public boolean isNaN()
public boolean isPosInifinity()
public boolean isNegInifinity()
public boolean isFinite()
public java.math.BigDecimal getValue()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object