The IfxToJavaLongBigInt() method

The IfxToJavaLongBigInt() method converts the HCL OneDB™ BIGINT data type to the Java™ long data type.

Method signature

public static long IfxToJavaLongBigInt(byte b [], short prec)
public static long IfxToJavaLongBigInt(byte b [])
public static long IfxToJavaLongBigInt(byte buf [], int offset,
       int length, short prec)
public static long IfxToJavaLongBigInt(byte b[], int offset)

Input parameters

b and buff
The bytes encoding data
offset
The offset into byte array.
prec
The precision as received from HCL OneDB.
length
The data length.