Java SDK Documentation  12.0.0
com.vertica.sdk.VNumeric Class Reference
Collaboration diagram for com.vertica.sdk.VNumeric:
Collaboration graph

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 ()
 

Detailed Description

Representation of NUMERIC, fixed point data types in Vertica.