|  | Java SDK Documentation
    24.2.0
    | 

| Public Member Functions | |
| VNumeric (ByteBuffer buff, int data_offset, int max_data_len, int typmod) | |
| VNumeric (BigDecimal words, int precision, int scale) | |
| VNumeric (BigDecimal words, int t) | |
| void | accumulate (VNumeric from) | 
| void | add (VNumeric a, VNumeric b) | 
| int | compare (VNumeric from) | 
| int | compareUnsigned (VNumeric from) | 
| void | copy (VNumeric from) | 
| void | div (VNumeric a, VNumeric b) | 
| boolean | equal (VNumeric from) | 
| int | getScale () | 
| void | incr () | 
| void | invertSign () | 
| boolean | isNeg () | 
| boolean | isNull () | 
| boolean | isZero () | 
| void | mul (VNumeric a, VNumeric b) | 
| void | setNull () | 
| void | setZero () | 
| void | shiftLeft (int bitsToShift) | 
| void | shiftRight (int bitsToShift) | 
| void | sub (VNumeric a, VNumeric b) | 
| void | toString (ByteBuffer outBuf, int olen) | 
| String | toString () | 
Representation of NUMERIC, fixed point data types in Vertica.